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:
@ -78,13 +78,13 @@ query (void)
|
|||||||
"Adam D. Moss (adam@foxbox.org)",
|
"Adam D. Moss (adam@foxbox.org)",
|
||||||
"Adam D. Moss (adam@foxbox.org)",
|
"Adam D. Moss (adam@foxbox.org)",
|
||||||
"1998",
|
"1998",
|
||||||
N_("_Guillotine"),
|
N_("Slice Using G_uides"),
|
||||||
"RGB*, INDEXED*, GRAY*",
|
"RGB*, INDEXED*, GRAY*",
|
||||||
GIMP_PLUGIN,
|
GIMP_PLUGIN,
|
||||||
G_N_ELEMENTS (args), G_N_ELEMENTS (return_vals),
|
G_N_ELEMENTS (args), G_N_ELEMENTS (return_vals),
|
||||||
args, 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
|
static void
|
||||||
|
Reference in New Issue
Block a user