Code

Added a new toolbar with snapping controls
[inkscape.git] / src / verbs.h
index 2bee018c519a4a49d46204f16005a9145747d479..28812dde618f31de0610cb62749bbe2931c64438 100644 (file)
@@ -38,7 +38,7 @@ enum {
     SP_VERB_FILE_REVERT,           /**< Revert this file to its original state. */
     SP_VERB_FILE_SAVE,             /**< Save the current file with its saved filename */
     SP_VERB_FILE_SAVE_AS,          /**< Save the current file with a new filename */
-    SP_VERB_FILE_SAVE_A_COPY,      /**< Save a copy of the current file */ 
+    SP_VERB_FILE_SAVE_A_COPY,      /**< Save a copy of the current file */
     SP_VERB_FILE_PRINT,
     SP_VERB_FILE_VACUUM,
     SP_VERB_FILE_PRINT_PREVIEW,
@@ -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_LINK_COLOR_PROFILE,
+    SP_VERB_EDIT_REMOVE_COLOR_PROFILE,
+    /* Footer */
+    SP_VERB_LAST
 };
 
 gchar *sp_action_get_title (const SPAction *action);