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:
authorCampbell Barton <ideasman42@gmail.com>2011-04-08 16:28:59 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-08 16:28:59 +0400
commit0f5959abd9add48ff94d9a627e9897f917cd5cd8 (patch)
treecf9e56e1d55d7e8a8e93464cb82afab25a7b2e0a /source/blender/editors/mesh
parent50969c24a65979adeb4530aaa0d26add5e3cda3e (diff)
fix [#26674] Inconsistency in snapping CursorToSelection between UV_Editor and 3d_View.
Diffstat (limited to 'source/blender/editors/mesh')
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index eb0eb1833a6..4741f3c7723 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -7325,7 +7325,7 @@ void MESH_OT_sort_faces(wmOperatorType *ot)
{ 1, "VIEW_AXIS", 0, "View Axis", "" },
{ 2, "CURSOR_DISTANCE", 0, "Cursor Distance", "" },
{ 3, "MATERIAL", 0, "Material", "" },
- { 4, "SELECTION", 0, "Selection", "" },
+ { 4, "SELECTED", 0, "Selected", "" },
{ 5, "RANDOMIZE", 0, "Randomize", "" },
{ 0, NULL, 0, NULL, NULL }};