Issue #1793 - Move Guillotine tool to a different position in menus...

...(and rename it)

Move it into the "Crop" group of the image menu and call it "Slice
Using Guides".

(cherry picked from commit 5fffadba54)
This commit is contained in:
Michael Natterer
2019-01-05 14:56:24 +01:00
parent 30d5fb4851
commit c924d60ea6

View File

@ -78,13 +78,13 @@ query (void)
"Adam D. Moss (adam@foxbox.org)",
"Adam D. Moss (adam@foxbox.org)",
"1998",
N_("_Guillotine"),
N_("Slice Using G_uides"),
"RGB*, INDEXED*, GRAY*",
GIMP_PLUGIN,
G_N_ELEMENTS (args), G_N_ELEMENTS (return_vals),
args, return_vals);
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Image/Transform");
gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Image/Crop");
}
static void