[gimp/gimp-2-10] Issue #1793 - Move Guillotine tool to a different position in menus...
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] Issue #1793 - Move Guillotine tool to a different position in menus...
- Date: Sat, 5 Jan 2019 13:59:01 +0000 (UTC)
commit c924d60ea61e7b78e830d5bee6ed3282a3585b24
Author: Michael Natterer <mitch gimp org>
Date: Sat Jan 5 14:56:24 2019 +0100
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 5fffadba54acc356bafb0683a6c322ee514519bd)
plug-ins/common/guillotine.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/guillotine.c b/plug-ins/common/guillotine.c
index 5fb77935e3..fd12599fdb 100644
--- a/plug-ins/common/guillotine.c
+++ b/plug-ins/common/guillotine.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]