diff options
author | Alessio Treglia <alessio@debian.org> | 2010-10-26 17:12:57 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2010-10-26 17:12:57 +0200 |
commit | 4464130722661bc4c06da3ac447f16f3171711b2 (patch) | |
tree | 1e0d470ab19bb9e47c535c63618015dd1a6bb3a0 /src/scanner.c | |
parent | 24e91aad73752189398ad589362a12408ff3bdbc (diff) | |
parent | fafc0daa6bd26ad254943315f253b1b218e71080 (diff) |
Merge commit 'upstream/2.32.0.1'
Diffstat (limited to 'src/scanner.c')
-rw-r--r-- | src/scanner.c | 4 |
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 }; |