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:

committed by
Michael Natterer

parent
69465e0575
commit
044a4a00ae
@ -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>
|
2008-06-12 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/help-browser/Makefile.am
|
* plug-ins/help-browser/Makefile.am
|
||||||
|
@ -61,6 +61,7 @@ static const MenuPathMapping menu_path_mappings[] =
|
|||||||
{ "<Toolbox>/Xtns", NULL, "<Image>/Filters/Extensions" },
|
{ "<Toolbox>/Xtns", NULL, "<Image>/Filters/Extensions" },
|
||||||
{ "<Toolbox>/Help", NULL, "<Image>/Help" },
|
{ "<Toolbox>/Help", NULL, "<Image>/Help" },
|
||||||
|
|
||||||
|
{ "<Toolbox>/File/Acquire", NULL, "<Image>/File/New/Acquire" },
|
||||||
{ "<Image>/File/Acquire", NULL, "<Image>/File/New/Acquire" },
|
{ "<Image>/File/Acquire", NULL, "<Image>/File/New/Acquire" },
|
||||||
{ NULL, NULL, NULL }
|
{ NULL, NULL, NULL }
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user