summaryrefslogtreecommitdiff
path: root/src/scanner.c
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2010-10-26 17:12:57 +0200
committerAlessio Treglia <alessio@debian.org>2010-10-26 17:12:57 +0200
commit4464130722661bc4c06da3ac447f16f3171711b2 (patch)
tree1e0d470ab19bb9e47c535c63618015dd1a6bb3a0 /src/scanner.c
parent24e91aad73752189398ad589362a12408ff3bdbc (diff)
parentfafc0daa6bd26ad254943315f253b1b218e71080 (diff)
Merge commit 'upstream/2.32.0.1'
Diffstat (limited to 'src/scanner.c')
-rw-r--r--src/scanner.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scanner.c b/src/scanner.c
index f4eb08f..ff8a994 100644
--- a/src/scanner.c
+++ b/src/scanner.c
@@ -1081,6 +1081,7 @@ do_get_option (Scanner *scanner)
"Gray",
"Grayscale",
SANE_I18N ("Grayscale"),
+ "True Gray", /* Seen in the proprietary brother3 driver */
NULL
};
const char *lineart_scan_modes[] =
@@ -1096,8 +1097,9 @@ do_get_option (Scanner *scanner)
"Thresholded",
SANE_VALUE_SCAN_MODE_GRAY,
"Gray",
- "Grayscale",
+ "Grayscale",
SANE_I18N ("Grayscale"),
+ "True Gray", /* Seen in the proprietary brother3 driver */
NULL
};