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>2008-02-16 22:13:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-02-16 22:13:40 +0300
commit54fd70a8bbcee7bea1c1dea7ede7689f4d783a62 (patch)
tree850a5b3330ce9e733b42dcfcad8dca60bbdf645f /source/blender/src/edit.c
parent2c11523b39b8a47ce7bd2e7df9287cc7748d0745 (diff)
sculptmode mtex texture pointers are now duplicated too, should resolve scene copy errors.
Diffstat (limited to 'source/blender/src/edit.c')
-rw-r--r--source/blender/src/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/edit.c b/source/blender/src/edit.c
index 11837cc3433..8d609514a1b 100644
--- a/source/blender/src/edit.c
+++ b/source/blender/src/edit.c
@@ -1828,7 +1828,7 @@ void snapmenu()
{
short event;
- event = pupmenu("Snap %t|Selection -> Grid%x1|Selection -> Cursor%x2|Cursor-> Grid%x3|Cursor-> Selection%x4|Selection-> Center%x5|Cursor-> Active%x6");
+ event = pupmenu("Snap %t|Selection -> Grid%x1|Selection -> Cursor%x2|Cursor -> Grid%x3|Cursor -> Selection%x4|Selection -> Center%x5|Cursor -> Active%x6");
switch (event) {
case 1: /*Selection to grid*/