summaryrefslogtreecommitdiffstats
path: root/src/verbs.h
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2008-11-24 00:20:25 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2008-11-24 00:20:25 +0000
commitdaf745d42641e5db7f55a78ad87cb2b620781ba4 (patch)
tree1eedffe1bd2c437dbdd5703e194ea46418194453 /src/verbs.h
parentDon't use SP_ACTIVE_DESKTOP (diff)
downloadinkscape-daf745d42641e5db7f55a78ad87cb2b620781ba4.tar.gz
inkscape-daf745d42641e5db7f55a78ad87cb2b620781ba4.zip
adding "remove" context menu in the embedded color profiles box
(bzr r6897)
Diffstat (limited to 'src/verbs.h')
-rw-r--r--src/verbs.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/verbs.h b/src/verbs.h
index 2bee018c5..a1f96ab5a 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -271,10 +271,11 @@ enum {
SP_VERB_UNLOCK_ALL_IN_ALL_LAYERS,
SP_VERB_UNHIDE_ALL,
SP_VERB_UNHIDE_ALL_IN_ALL_LAYERS,
- /* Footer */
- SP_VERB_LAST,
/* Color management */
- SP_VERB_EMBED_COLOR_PROFILE,
+ SP_VERB_EDIT_EMBED_COLOR_PROFILE,
+ SP_VERB_EDIT_REMOVE_COLOR_PROFILE,
+ /* Footer */
+ SP_VERB_LAST
};
gchar *sp_action_get_title (const SPAction *action);