also map <Toolbox>/File/Acquire to <Image>/File/New/Acquire.

2008-06-12  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/plug-in-menu-path.c (menu_path_mappings): also map
	<Toolbox>/File/Acquire to <Image>/File/New/Acquire.


svn path=/trunk/; revision=25935
This commit is contained in:
Michael Natterer
2008-06-12 15:11:07 +00:00
committed by Michael Natterer
parent 69465e0575
commit 044a4a00ae
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-06-12 Michael Natterer <mitch@gimp.org>
* app/plug-in/plug-in-menu-path.c (menu_path_mappings): also map
<Toolbox>/File/Acquire to <Image>/File/New/Acquire.
2008-06-12 Sven Neumann <sven@gimp.org>
* plug-ins/help-browser/Makefile.am

View File

@ -61,6 +61,7 @@ static const MenuPathMapping menu_path_mappings[] =
{ "<Toolbox>/Xtns", NULL, "<Image>/Filters/Extensions" },
{ "<Toolbox>/Help", NULL, "<Image>/Help" },
{ "<Toolbox>/File/Acquire", NULL, "<Image>/File/New/Acquire" },
{ "<Image>/File/Acquire", NULL, "<Image>/File/New/Acquire" },
{ NULL, NULL, NULL }
};