From e188e22fa7b60682fcdcd73bb7f544fb997badd1 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Wed, 9 Apr 2008 10:56:56 +0000 Subject: [PATCH] Really map everything else in "Xtns" to "Filters/Extensions". svn path=/trunk/; revision=25428 --- app/plug-in/plug-in-menu-path.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/plug-in/plug-in-menu-path.c b/app/plug-in/plug-in-menu-path.c index b0d80c8762..9018f8cd48 100644 --- a/app/plug-in/plug-in-menu-path.c +++ b/app/plug-in/plug-in-menu-path.c @@ -58,8 +58,9 @@ static const MenuPathMapping menu_path_mappings[] = { "/Xtns", "Patterns", "/File/New" }, { "/Xtns", "Web Page Themes", "/File/New" }, - { "/Xtns", NULL, "/Xtns" }, + { "/Xtns", NULL, "/Filters/Extensions" }, { "/Help", NULL, "/Help" }, + { "/File/Acquire", NULL, "/File/New/Acquire" }, { NULL, NULL, NULL } };