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>2012-06-04 21:13:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-04 21:13:38 +0400
commit0f1fd51c2169d45327eef4c40622551694c9dd9e (patch)
tree9d0b1d7b4ade8d9220ac85e086a3092052378536 /source/blender/editors/mask
parent68a9dd54ec909d8e56da0da487c6ec3559551edd (diff)
picky change - rename keymap since there is no 'mask editor'
Diffstat (limited to 'source/blender/editors/mask')
-rw-r--r--source/blender/editors/mask/mask_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mask/mask_edit.c b/source/blender/editors/mask/mask_edit.c
index 0b8551ddd4c..d811f815bf4 100644
--- a/source/blender/editors/mask/mask_edit.c
+++ b/source/blender/editors/mask/mask_edit.c
@@ -233,7 +233,7 @@ void ED_keymap_mask(wmKeyConfig *keyconf)
wmKeyMap *keymap;
wmKeyMapItem *kmi;
- keymap = WM_keymap_find(keyconf, "Mask Editor", 0, 0);
+ keymap = WM_keymap_find(keyconf, "Mask Editing", 0, 0);
keymap->poll = ED_maskediting_poll;
WM_keymap_add_item(keymap, "MASK_OT_new", NKEY, KM_PRESS, KM_ALT, 0);