mirror of https://github.com/GNOME/gimp.git
relabeled submenu to "Recently Closed Docks".
2008-05-14 Sven Neumann <sven@gimp.org> * app/actions/windows-actions.c (windows_actions): relabeled submenu to "Recently Closed Docks". svn path=/trunk/; revision=25667
This commit is contained in:
parent
6d708832fd
commit
80f2a1b1ab
|
@ -1,3 +1,8 @@
|
||||||
|
2008-05-14 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* app/actions/windows-actions.c (windows_actions): relabeled
|
||||||
|
submenu to "Recently Closed Docks".
|
||||||
|
|
||||||
2008-05-14 Michael Natterer <mitch@gimp.org>
|
2008-05-14 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/menus/windows-menu.c
|
* app/menus/windows-menu.c
|
||||||
|
|
|
@ -69,9 +69,9 @@ static void windows_actions_dock_notify (GimpDock *dock,
|
||||||
|
|
||||||
static const GimpActionEntry windows_actions[] =
|
static const GimpActionEntry windows_actions[] =
|
||||||
{
|
{
|
||||||
{ "windows-menu", NULL, N_("_Windows") },
|
{ "windows-menu", NULL, N_("_Windows") },
|
||||||
{ "windows-docks-menu", NULL, N_("Recent Doc_ks") },
|
{ "windows-docks-menu", NULL, N_("_Recently Closed Docks") },
|
||||||
{ "windows-dialogs-menu", NULL, N_("_Dockable Dialogs") },
|
{ "windows-dialogs-menu", NULL, N_("_Dockable Dialogs") },
|
||||||
|
|
||||||
{ "windows-show-toolbox", NULL,
|
{ "windows-show-toolbox", NULL,
|
||||||
N_("Tool_box"), "<control>B",
|
N_("Tool_box"), "<control>B",
|
||||||
|
|
Loading…
Reference in New Issue