diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-05-04 14:07:50 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-05-04 14:07:50 +0200 |
commit | 951161a767be3f1d83bad23ba42bda79881a2ab6 (patch) | |
tree | b39b6ff899cce91306b98d0860d3ca2a136464ea /debian/patches/0105-deb_gimp_acquire_menu.patch | |
parent | 63d7994abdce167cb62782c700d6f02a8c157820 (diff) |
Remove deprecated full menu path for gimp
Diffstat (limited to 'debian/patches/0105-deb_gimp_acquire_menu.patch')
-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/") |