Code

Refactoring SPColor to C++ and removing legacy CMYK implementation
[inkscape.git] / src / menus-skeleton.h
index ae2cd90726129dd17b4be6d5fe3ccaeed8091d9e..8015308b6fc7deac0ac610814f1c6879d5c0aea3 100644 (file)
@@ -29,6 +29,10 @@ static char const menus_skeleton[] =
 "       <separator/>\n"
 "       <verb verb-id=\"FileImport\" />\n"
 "       <verb verb-id=\"FileExport\" />\n"
+#ifdef WITH_GNOME_VFS
+"       <verb verb-id=\"FileImportFromOCAL\" />\n"
+"       <verb verb-id=\"FileExportToOCAL\" />\n"
+#endif
 "       <separator/>\n"
 /* These are ugly, but what needs to happen here is allowing users
    to use the native PS support if they are using another print driver.
@@ -62,6 +66,7 @@ static char const menus_skeleton[] =
 "       <verb verb-id=\"EditPaste\" />\n"
 "       <verb verb-id=\"EditPasteInPlace\" />\n"
 "       <verb verb-id=\"EditPasteStyle\" />\n"
+"       <verb verb-id=\"EditPasteLivePathEffect\" />\n"
 "       <submenu name=\"" N_("Paste Si_ze") "\">\n"
 "           <verb verb-id=\"EditPasteSize\" />\n"
 "           <verb verb-id=\"EditPasteWidth\" />\n"
@@ -155,6 +160,7 @@ static char const menus_skeleton[] =
 "   </submenu>\n"
 "   <submenu name=\"" N_("_Object") "\">\n"
 "       <verb verb-id=\"DialogFillStroke\" />\n"
+"       <verb verb-id=\"DialogFilterEffects\" />\n"
 "       <verb verb-id=\"DialogObjectProperties\" />\n"
 "       <separator/>\n"
 "       <verb verb-id=\"SelectionGroup\" />\n"
@@ -183,6 +189,9 @@ static char const menus_skeleton[] =
 "       <verb verb-id=\"ObjectFlipHorizontally\" />\n"
 "       <verb verb-id=\"ObjectFlipVertically\" />\n"
 "       <separator/>\n"
+"       <verb verb-id=\"UnhideAll\" />\n"
+"       <verb verb-id=\"UnlockAll\" />\n"
+"       <separator/>\n"
 "       <verb verb-id=\"DialogTransform\" />\n"
 "       <verb verb-id=\"DialogAlignDistribute\" />\n"
 "       <verb verb-id=\"DialogGridArrange\" />\n"
@@ -209,6 +218,8 @@ static char const menus_skeleton[] =
 "       <separator/>\n"
 "       <verb verb-id=\"SelectionSimplify\" />\n"
 "       <verb verb-id=\"SelectionReverse\" />\n"
+"       <separator/>\n"
+"       <verb verb-id=\"DialogLivePathEffect\" />\n"
 "   </submenu>\n"
 "   <submenu name=\"" N_("_Text") "\">\n"
 "       <verb verb-id=\"DialogText\" />\n"