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:
authorThomas Dinges <blender@dingto.org>2010-01-06 23:29:49 +0300
committerThomas Dinges <blender@dingto.org>2010-01-06 23:29:49 +0300
commit635113085d9a37371eaaa20aa5cefc316db5cd12 (patch)
tree93ab0167a4052a6ef18de64b4731068e11c145ab /source/blender/editors
parent59ec8ee1abebf32fbec7201d430114fd3038ab80 (diff)
Keymaps:
*Wrong Text: Enable Axis Snap was used twice, one should be "Disable Axis Snap"
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_view3d/view3d_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_edit.c b/source/blender/editors/space_view3d/view3d_edit.c
index 680cc53c802..74362d29e40 100644
--- a/source/blender/editors/space_view3d/view3d_edit.c
+++ b/source/blender/editors/space_view3d/view3d_edit.c
@@ -456,7 +456,7 @@ void viewrotate_modal_keymap(wmKeyConfig *keyconf)
{VIEW_MODAL_CONFIRM, "CONFIRM", 0, "Cancel", ""},
{VIEWROT_MODAL_AXIS_SNAP_ENABLE, "AXIS_SNAP_ENABLE", 0, "Enable Axis Snap", ""},
- {VIEWROT_MODAL_AXIS_SNAP_DISABLE, "AXIS_SNAP_DISABLE", 0, "Enable Axis Snap", ""},
+ {VIEWROT_MODAL_AXIS_SNAP_DISABLE, "AXIS_SNAP_DISABLE", 0, "Disable Axis Snap", ""},
{VIEWROT_MODAL_SWITCH_ZOOM, "SWITCH_TO_ZOOM", 0, "Switch to Zoom"},
{VIEWROT_MODAL_SWITCH_MOVE, "SWITCH_TO_MOVE", 0, "Switch to Move"},