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:
authorMatt Ebb <matt@mke3.net>2005-12-18 21:05:14 +0300
committerMatt Ebb <matt@mke3.net>2005-12-18 21:05:14 +0300
commitc33831ac1632ac0a0e42e174035dd0d0ea15a087 (patch)
treecb53bba3d773d49360d9e45f219d333010373b75 /source/blender/src/editmesh.c
parent6f422a749ae8689d95cb8587f828553ef8811223 (diff)
* Updates for missing menu items
Diffstat (limited to 'source/blender/src/editmesh.c')
-rw-r--r--source/blender/src/editmesh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editmesh.c b/source/blender/src/editmesh.c
index 2eb59c146f2..669c182ef48 100644
--- a/source/blender/src/editmesh.c
+++ b/source/blender/src/editmesh.c
@@ -1223,7 +1223,7 @@ void separatemenu(void)
if(G.editMesh->verts.first==NULL) return;
- event = pupmenu("Separate (No undo!) %t|Selected%x1|All Loose Parts%x2");
+ event = pupmenu("Separate %t|Selected%x1|All Loose Parts%x2");
if (event==0) return;
waitcursor(1);