summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2021-05-04 14:07:50 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2021-05-04 14:07:50 +0200
commit951161a767be3f1d83bad23ba42bda79881a2ab6 (patch)
treeb39b6ff899cce91306b98d0860d3ca2a136464ea
parent63d7994abdce167cb62782c700d6f02a8c157820 (diff)
Remove deprecated full menu path for gimp
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/0105-deb_gimp_acquire_menu.patch4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f1a60c..1a074bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ xsane (0.999-11) UNRELEASED; urgency=medium
- Thanks to John David Anglin <dave.anglin@bell.net>.
* Fix Docs need symlink to be found from GUI (Closes: #983734).
* Check build with autoconf 2.71-1 (Closes: #978925).
+ * Remove deprecated full menu path for gimp (Closes: #982828).
-- Jörg Frings-Fürst <debian@jff.email> Sun, 02 May 2021 20:09:27 +0200
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/")