From 2fbe0827620ecb82f35f76fdfabb1474961c6ab3 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Sun, 23 Sep 2007 17:23:06 +0000 Subject: [PATCH] added placeholder File/Preferences and move the preferences and keyboard 2007-09-23 Michael Natterer * menus/toolbox-menu.xml.in: added placeholder File/Preferences and move the preferences and keyboard shortcut dialogs there. * plug-ins/common/uniteditor.c (query): register the unit editor there too. svn path=/trunk/; revision=23629 --- ChangeLog | 8 ++++++++ menus/toolbox-menu.xml.in | 5 ++++- plug-ins/common/uniteditor.c | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 09dfc24529..c015d376c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-09-23 Michael Natterer + + * menus/toolbox-menu.xml.in: added placeholder File/Preferences + and move the preferences and keyboard shortcut dialogs there. + + * plug-ins/common/uniteditor.c (query): register the unit editor + there too. + 2007-09-23 Sven Neumann * plug-ins/common/pcx.c: avoid pointer arithmetics on void pointers. diff --git a/menus/toolbox-menu.xml.in b/menus/toolbox-menu.xml.in index ef4431e616..df8bc7035c 100644 --- a/menus/toolbox-menu.xml.in +++ b/menus/toolbox-menu.xml.in @@ -21,7 +21,10 @@ - + + + + diff --git a/plug-ins/common/uniteditor.c b/plug-ins/common/uniteditor.c index b49a420b77..10c4a92892 100644 --- a/plug-ins/common/uniteditor.c +++ b/plug-ins/common/uniteditor.c @@ -153,6 +153,7 @@ query (void) G_N_ELEMENTS (args), 0, args, NULL); + gimp_plugin_menu_register (PLUG_IN_PROC, "/File/Preferences"); gimp_plugin_menu_register (PLUG_IN_PROC, "/Edit/Preferences"); gimp_plugin_icon_register (PLUG_IN_PROC, GIMP_ICON_TYPE_STOCK_ID, (const guint8 *) GIMP_STOCK_TOOL_MEASURE);