summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-10-11 09:43:21 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-10-11 09:43:21 +0000
commitc520388928f8cc85d91f24a2f01fa7549096fe83 (patch)
tree5b5f0a7b4433dc22a1080c722b78e04f7fc779e4 /src/verbs.h
parentFix for 171904 : toggleToolbox verb (diff)
downloadinkscape-c520388928f8cc85d91f24a2f01fa7549096fe83.tar.gz
inkscape-c520388928f8cc85d91f24a2f01fa7549096fe83.zip
Fix for 191020 : Lock/Unlock all layers - Lock other layers
(bzr r11779)
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h
index 5a707ade3..da2adb52e 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -150,6 +150,7 @@ enum {
SP_VERB_LAYER_SHOW_ALL,
SP_VERB_LAYER_HIDE_ALL,
SP_VERB_LAYER_LOCK_ALL,
+ SP_VERB_LAYER_LOCK_OTHERS,
SP_VERB_LAYER_UNLOCK_ALL,
SP_VERB_LAYER_TOGGLE_LOCK,
SP_VERB_LAYER_TOGGLE_HIDE,