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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-04-15 19:40:31 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-04-15 19:40:31 +0400
commit41dd360420e3b069077ef5c063988b102fcb04ca (patch)
treee7aea08845258512c5bac0cf6ba1852b68438aad /source/blender/editors/mesh/editmesh.c
parent4e4e8ef98f592c067d3f995077eeeebd83e4a629 (diff)
2.5: Operator naming, reviewed some of the recent changes
by Shaul, did some minor tweaks.
Diffstat (limited to 'source/blender/editors/mesh/editmesh.c')
-rw-r--r--source/blender/editors/mesh/editmesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh.c b/source/blender/editors/mesh/editmesh.c
index 39d6a945db7..40373c9f327 100644
--- a/source/blender/editors/mesh/editmesh.c
+++ b/source/blender/editors/mesh/editmesh.c
@@ -1465,7 +1465,7 @@ static int mesh_separate_selected(Scene *scene, Base *editbase)
if(em->selected.first)
BLI_freelistN(&(em->selected)); /* clear the selection order */
- EM_selectmode_set(em); // enforce full consistant selection flags
+ EM_selectmode_set(em); // enforce full consistent selection flags
EM_stats_update(em);