diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-07-12 09:42:23 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-07-12 09:42:23 +0000 |
| commit | eef4e4067dbd2997e08ae87990d258f64f335df7 (patch) | |
| tree | 959b1fad257c2e343e1fb3c92e030b18693a5db1 /src/verbs.h | |
| parent | Fix for 612221 : Add metadata default configuration in the preferences (diff) | |
| download | inkscape-eef4e4067dbd2997e08ae87990d258f64f335df7.tar.gz inkscape-eef4e4067dbd2997e08ae87990d258f64f335df7.zip | |
Fix for 378413 : Show/Hide all layers
(bzr r11545)
Diffstat (limited to 'src/verbs.h')
| -rw-r--r-- | src/verbs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verbs.h b/src/verbs.h index 8d65db642..87547b37c 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -145,6 +145,8 @@ enum { SP_VERB_LAYER_DUPLICATE, SP_VERB_LAYER_DELETE, SP_VERB_LAYER_SOLO, + SP_VERB_LAYER_SHOW_ALL, + SP_VERB_LAYER_HIDE_ALL, SP_VERB_LAYER_TOGGLE_LOCK, SP_VERB_LAYER_TOGGLE_HIDE, /* Object */ |
