From 82e0f99ca03c49d93ad8e969346b9cd481eefe09 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 28 Oct 2005 17:36:06 +0000 Subject: [PATCH] also moved into Colors/Modify. 2005-10-28 Sven Neumann * plug-ins/common/hot.c: also moved into Colors/Modify. * menus/image-menu.xml.in: moved Info submenu to the bottom. --- ChangeLog | 6 ++++++ menus/image-menu.xml.in | 6 +++--- plug-ins/common/hot.c | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 78de048f1e..388107a5cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-28 Sven Neumann + + * plug-ins/common/hot.c: also moved into Colors/Modify. + + * menus/image-menu.xml.in: moved Info submenu to the bottom. + 2005-10-28 Sven Neumann * app/base/siox.c: applied a patch by Tobias Lenz that makes use diff --git a/menus/image-menu.xml.in b/menus/image-menu.xml.in index d23c1a416b..8903332720 100644 --- a/menus/image-menu.xml.in +++ b/menus/image-menu.xml.in @@ -442,9 +442,6 @@ - - - @@ -457,6 +454,9 @@ + + + diff --git a/plug-ins/common/hot.c b/plug-ins/common/hot.c index 17498efc15..1e6796bab8 100644 --- a/plug-ins/common/hot.c +++ b/plug-ins/common/hot.c @@ -220,7 +220,7 @@ query (void) G_N_ELEMENTS (args), 0, args, NULL); - gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors"); + gimp_plugin_menu_register (PLUG_IN_PROC, "/Colors/Modify"); } static void -- GitLab