summaryrefslogtreecommitdiff
path: root/debian/patches/deb_gimp_acquire_menu.patch
blob: f3721077d3f5903c8ca419a369b4f9c08e76f640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Change XSane's GIMP menu layout
 Group XSane actions in their own submenu in the Acquire menu.
Author: Julien BLACHE <jblache@debian.org>
Forwarded: not-needed

Index: xsane-0.997/src/xsane-text.h
===================================================================
--- xsane-0.997.orig/src/xsane-text.h	2002-08-16 10:34:58.000000000 +0200
+++ xsane-0.997/src/xsane-text.h	2010-05-29 12:30:25.543408856 +0200
@@ -870,8 +870,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		_("<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_OLD	_("<Toolbox>/Xtns/XSane/Device dialog...")
 #define XSANE_GIMP_MENU_OLD		_("<Toolbox>/Xtns/XSane/")