summaryrefslogtreecommitdiff
path: root/src/scanner.c
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2010-10-26 17:12:56 +0200
committerAlessio Treglia <alessio@debian.org>2010-10-26 17:12:56 +0200
commitfafc0daa6bd26ad254943315f253b1b218e71080 (patch)
tree2d09b07a68c0236fe5b0b7a4ebdb630c96610b4d /src/scanner.c
parent516b7d5c6b94b4496609a4a758c21d0cdc2bbfa2 (diff)
Imported Upstream version 2.32.0.1upstream/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
};