diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/0105-deb_gimp_acquire_menu.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0105-deb_gimp_acquire_menu.patch b/debian/patches/0105-deb_gimp_acquire_menu.patch index d5eb94d..dad82d2 100644 --- a/debian/patches/0105-deb_gimp_acquire_menu.patch +++ b/debian/patches/0105-deb_gimp_acquire_menu.patch @@ -13,8 +13,8 @@ Index: xsane-0.998/src/xsane-text.h /* Menu path must not be translated, this is done by the gimp. Only translate the text behind the last "/" */ -#define XSANE_GIMP_MENU_DIALOG _("<Toolbox>/File/Acquire/XSane: Device dialog...") -#define XSANE_GIMP_MENU _("<Toolbox>/File/Acquire/XSane: ") -+#define XSANE_GIMP_MENU_DIALOG _("<Toolbox>/File/Acquire/XSane/Device dialog...") -+#define XSANE_GIMP_MENU _("<Toolbox>/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 _("<Toolbox>/Xtns/XSane/Device dialog...") #define XSANE_GIMP_MENU_OLD _("<Toolbox>/Xtns/XSane/") |