Description: Change XSane's GIMP menu layout Group XSane actions in their own submenu in the Acquire menu. Author: Julien BLACHE Forwarded: not-needed Index: xsane-0.996/src/xsane-text.h =================================================================== --- xsane-0.996.orig/src/xsane-text.h 2010-03-13 20:42:30.663742229 +0100 +++ xsane-0.996/src/xsane-text.h 2010-03-13 20:42:59.177742198 +0100 @@ -869,8 +869,8 @@ #define XSANE_GIMP_INSTALL_HELP _("This function provides access to scanners and other image acquisition devices through the SANE (Scanner Access Now Easy) interface.") /* Menu path must not be translated, this is done by the gimp. Only translate the text behind the last "/" */ -#define XSANE_GIMP_MENU_DIALOG _("/File/Acquire/XSane: Device dialog...") -#define XSANE_GIMP_MENU _("/File/Acquire/XSane: ") +#define XSANE_GIMP_MENU_DIALOG _("/File/Acquire/XSane/Device dialog...") +#define XSANE_GIMP_MENU _("/File/Acquire/XSane/") #define XSANE_GIMP_MENU_DIALOG_OLD _("/Xtns/XSane/Device dialog...") #define XSANE_GIMP_MENU_OLD _("/Xtns/XSane/")