renamed the "Create New Dock" submenu to simply "Docks". Its contents are

2008-05-10  Michael Natterer  <mitch@gimp.org>

	* app/actions/windows-actions.c: renamed the "Create New Dock"
	submenu to simply "Docks". Its contents are about ti change soon.

	* menus/image-menu.xml.in: changed accordingly. Added a "Docks"
	placeholder inside and add the "show toolbox" menu item there.


svn path=/trunk/; revision=25628
This commit is contained in:
Michael Natterer 2008-05-10 19:02:50 +00:00 committed by Michael Natterer
parent 71df1ab46d
commit 88d8cf3c09
3 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2008-05-10 Michael Natterer <mitch@gimp.org>
* app/actions/windows-actions.c: renamed the "Create New Dock"
submenu to simply "Docks". Its contents are about ti change soon.
* menus/image-menu.xml.in: changed accordingly. Added a "Docks"
placeholder inside and add the "show toolbox" menu item there.
2008-05-10 Michael Natterer <mitch@gimp.org>
* app/core/gimplist.[ch]: add boolean "append" property which

View File

@ -55,9 +55,9 @@ static void windows_actions_image_notify (GimpDisplay *display,
static const GimpActionEntry windows_actions[] =
{
{ "windows-menu", NULL, N_("_Windows") },
{ "windows-images-menu", NULL, N_("_Images") },
{ "windows-new-dock-menu", NULL, N_("Create New Doc_k") },
{ "windows-menu", NULL, N_("_Windows") },
{ "windows-images-menu", NULL, N_("_Images") },
{ "windows-docks-menu", NULL, N_("Doc_ks") },
{ "windows-show-toolbox", NULL,
N_("Tool_box"), "<control>B",

View File

@ -560,7 +560,11 @@
<menu action="windows-menu" name="Windows">
<menu action="windows-images-menu" name="Images" />
<menu action="windows-new-dock-menu" name="Create New Dock">
<menu action="windows-docks-menu" name="Docks">
<placeholder name="Docks">
<menuitem action="windows-show-toolbox" />
</placeholder>
<separator />
<menuitem action="dialogs-new-dock-lcp" />
<menuitem action="dialogs-new-dock-data" />
<menuitem action="dialogs-new-dock-stuff" />