[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15208] trunk/blender/source/blender/src/ editobject.c: didnt name the smooth curve menu item.

Campbell Barton ideasman42 at gmail.com
Thu Jun 12 17:00:24 CEST 2008


Revision: 15208
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15208
Author:   campbellbarton
Date:     2008-06-12 17:00:07 +0200 (Thu, 12 Jun 2008)

Log Message:
-----------
didnt name the smooth curve menu item.

Modified Paths:
--------------
    trunk/blender/source/blender/src/editobject.c

Modified: trunk/blender/source/blender/src/editobject.c
===================================================================
--- trunk/blender/source/blender/src/editobject.c	2008-06-12 14:46:32 UTC (rev 15207)
+++ trunk/blender/source/blender/src/editobject.c	2008-06-12 15:00:07 UTC (rev 15208)
@@ -2735,7 +2735,7 @@
 	}
 	else if ELEM(G.obedit->type, OB_CURVE, OB_SURF) {
 
-		nr= pupmenu("Specials%t|Subdivide%x1|Switch Direction%x2|Set Goal Weight %x3|Set Radius %x4|Smooth Radius %x5|Smooth Radius %x6");
+		nr= pupmenu("Specials%t|Subdivide%x1|Switch Direction%x2|Set Goal Weight%x3|Set Radius%x4|Smooth%x5|Smooth Radius%x6");
 		
 		switch(nr) {
 		case 1:





More information about the Bf-blender-cvs mailing list