From fafc0daa6bd26ad254943315f253b1b218e71080 Mon Sep 17 00:00:00 2001 From: Alessio Treglia Date: Tue, 26 Oct 2010 17:12:56 +0200 Subject: Imported Upstream version 2.32.0.1 --- src/scanner.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/scanner.c') 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 }; -- cgit v1.2.3