Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaul Kedem <shaul_kedem@yahoo.com>2009-03-15 06:11:05 +0300
committerShaul Kedem <shaul_kedem@yahoo.com>2009-03-15 06:11:05 +0300
commitdff485267111f108333c54e0d57aff102c0971fd (patch)
treedae4cd0ce0467febf764acb7356453cf2b7b40aa /source/blender/editors/mesh/editmesh_tools.c
parentcc59417cae9de2c08900d76b3d9cfb6683e530b2 (diff)
flat and smooth shading descriptions were replaced
Diffstat (limited to 'source/blender/editors/mesh/editmesh_tools.c')
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index b48674a9bba..76f6085ca31 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -7014,7 +7014,7 @@ static int mesh_faces_shade_smooth_exec(bContext *C, wmOperator *op)
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 @@ static int mesh_faces_shade_solid_exec(bContext *C, wmOperator *op)
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 */