[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19296] branches/blender2.5/blender/source /blender/editors/mesh/editmesh_tools.c: flat and smooth shading descriptions were replaced

Shaul Kedem shaul_kedem at yahoo.com
Sun Mar 15 04:11:06 CET 2009


Revision: 19296
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19296
Author:   shul
Date:     2009-03-15 04:11:05 +0100 (Sun, 15 Mar 2009)

Log Message:
-----------
flat and smooth shading descriptions were replaced

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/mesh/editmesh_tools.c

Modified: branches/blender2.5/blender/source/blender/editors/mesh/editmesh_tools.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/mesh/editmesh_tools.c	2009-03-14 23:17:55 UTC (rev 19295)
+++ branches/blender2.5/blender/source/blender/editors/mesh/editmesh_tools.c	2009-03-15 03:11:05 UTC (rev 19296)
@@ -7014,7 +7014,7 @@
 void MESH_OT_faces_shade_smooth(wmOperatorType *ot)
 {
 	/* identifiers */
-	ot->name= "Flat Face Shading";
+	ot->name= "Smooth Face Shading";
 	ot->idname= "MESH_OT_faces_shade_smooth";
 	
 	/* api callbacks */
@@ -7040,7 +7040,7 @@
 void MESH_OT_faces_shade_solid(wmOperatorType *ot)
 {
 	/* identifiers */
-	ot->name= "Smooth Face Shading";
+	ot->name= "Flat Face Shading";
 	ot->idname= "MESH_OT_faces_shade_solid";
 	
 	/* api callbacks */





More information about the Bf-blender-cvs mailing list