Changed colors-modify-menu to colors-transform-menu moved Desaturate and

* app/actions/image-actions.c: Changed colors-modify-menu to colors-transform-menu
* menus/image-menu.xml.in: moved Desaturate and Invert into the tools section of the colors-menu.
This commit is contained in:
Carol Spears 2005-10-28 20:02:27 +00:00
parent 554b4947d3
commit f956fd857b
3 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,11 @@
2005-10-28 Carol Spears <carol@gimp.org>
* app/actions/image-actions.c: Changed colors-modify-menu to
colors-transform-menu
* menus/image-menu.xml.in: moved Desaturate and Invert into the tools
section of the colors-menu.
2005-10-28 Sven Neumann <sven@gimp.org> 2005-10-28 Sven Neumann <sven@gimp.org>
* plug-ins/common/AlienMap2.c: renamed to "Alien Map". * plug-ins/common/AlienMap2.c: renamed to "Alien Map".

View File

@ -67,7 +67,7 @@ static GimpActionEntry image_actions[] =
{ "colors-auto-menu", NULL, N_("_Auto") }, { "colors-auto-menu", NULL, N_("_Auto") },
{ "colors-map-menu", NULL, N_("Ma_p") }, { "colors-map-menu", NULL, N_("Ma_p") },
{ "colors-components-menu", NULL, N_("_Components") }, { "colors-components-menu", NULL, N_("_Components") },
{ "colors-modify-menu", NULL, N_("Mo_dify") }, { "colors-transform-menu", NULL, N_("Trans_form") },
{ "image-new", GTK_STOCK_NEW, { "image-new", GTK_STOCK_NEW,
N_("_New..."), "<control>N", NULL, N_("_New..."), "<control>N", NULL,

View File

@ -441,6 +441,10 @@
<menuitem action="tools-levels" /> <menuitem action="tools-levels" />
<menuitem action="tools-curves" /> <menuitem action="tools-curves" />
<menuitem action="tools-posterize" /> <menuitem action="tools-posterize" />
<menuitem action="drawable-desaturate"/>
<placeholder name="Invert">
<menuitem action="drawable-invert"/>
</placeholder>
<separator /> <separator />
<menu action="colors-auto-menu" name="Auto"> <menu action="colors-auto-menu" name="Auto">
<menuitem action="drawable-equalize"/> <menuitem action="drawable-equalize"/>
@ -448,11 +452,7 @@
</menu> </menu>
<menu action="colors-components-menu" name="Components"/> <menu action="colors-components-menu" name="Components"/>
<menu action="colors-map-menu" name="Map"/> <menu action="colors-map-menu" name="Map"/>
<menu action="colors-modify-menu" name="Modify"> <menu action="colors-transform-menu" name="Transform">
<menuitem action="drawable-desaturate"/>
<placeholder name="Invert">
<menuitem action="drawable-invert"/>
</placeholder>
</menu> </menu>
<menu action="colors-info-menu" name="Info"> <menu action="colors-info-menu" name="Info">
<menuitem action="dialogs-histogram"/> <menuitem action="dialogs-histogram"/>