Code

* on-canvas clip and mask editing :) in the object menu you can find how to edit...
[inkscape.git] / src / menus-skeleton.h
index c039dcefd838956798ead611a6275c9a4f178aef..208bc799429948e02c469ce71d76004b81f2ebb8 100644 (file)
@@ -34,13 +34,6 @@ static char const menus_skeleton[] =
 "       <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.
-   This is done through the "Print Direct" command.  Which is inserted
-   here based on if those other drivers are being built. */
-#ifdef WIN32
-"       <verb verb-id=\"FilePrintDirect\" />\n"
-#endif
 "       <verb verb-id=\"FilePrint\" />\n"
 "       <separator/>\n"
 "       <verb verb-id=\"FileVacuum\" />\n"
@@ -167,10 +160,12 @@ static char const menus_skeleton[] =
 "       <separator/>\n"
 "       <submenu name=\"" N_("Cli_p") "\">\n"
 "           <verb verb-id=\"ObjectSetClipPath\" />\n"
+"           <verb verb-id=\"ObjectEditClipPath\" />\n"
 "           <verb verb-id=\"ObjectUnSetClipPath\" />\n"
 "       </submenu>\n"
 "       <submenu name=\"" N_("Mas_k") "\">\n"
 "           <verb verb-id=\"ObjectSetMask\" />\n"
+"           <verb verb-id=\"ObjectEditMask\" />\n"
 "           <verb verb-id=\"ObjectUnSetMask\" />\n"
 "       </submenu>\n"
 "       <submenu name=\"" N_("Patter_n") "\">\n"
@@ -178,6 +173,7 @@ static char const menus_skeleton[] =
 "           <verb verb-id=\"ObjectsFromPattern\" />\n"
 "       </submenu>\n"
 "       <verb verb-id=\"ObjectsToMarker\" />\n"
+"       <verb verb-id=\"ObjectsToGuides\" />\n"
 "       <separator/>\n"
 "       <verb verb-id=\"SelectionRaise\" />\n"
 "       <verb verb-id=\"SelectionLower\" />\n"
@@ -247,6 +243,7 @@ static char const menus_skeleton[] =
 "   <submenu name=\"" N_("_Help") "\">\n"
 "       <verb verb-id=\"org.inkscape.help.manual\" />\n"
 "       <verb verb-id=\"org.inkscape.help.keys\" />\n"
+"       <verb verb-id=\"org.inkscape.help.askaquestion\" />\n"
 "       <submenu name=\"" N_("Tutorials") "\">\n"
 "           <verb verb-id=\"TutorialsBasic\" />\n"
 "           <verb verb-id=\"TutorialsShapes\" />\n"