diff --git a/ChangeLog b/ChangeLog index 7ebef912a1..0ca8487a4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-06-12 Michael Natterer + + * app/plug-in/plug-in-menu-path.c (menu_path_mappings): also map + /File/Acquire to /File/New/Acquire. + 2008-06-12 Sven Neumann * plug-ins/help-browser/Makefile.am diff --git a/app/plug-in/plug-in-menu-path.c b/app/plug-in/plug-in-menu-path.c index 6a798a9018..8f021e6c0e 100644 --- a/app/plug-in/plug-in-menu-path.c +++ b/app/plug-in/plug-in-menu-path.c @@ -61,6 +61,7 @@ static const MenuPathMapping menu_path_mappings[] = { "/Xtns", NULL, "/Filters/Extensions" }, { "/Help", NULL, "/Help" }, + { "/File/Acquire", NULL, "/File/New/Acquire" }, { "/File/Acquire", NULL, "/File/New/Acquire" }, { NULL, NULL, NULL } };