Fixed bug # 300444 - Changed OPT_CCT_9 desc. string.

merge-requests/1/head
Karl Heinz Kremer 2004-01-13 01:02:46 +00:00
rodzic c287806dc0
commit 243d4e9498
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2004-01-12 Karl Heinz Kremer <khk@khk.net>
* backend/epson.c: Fixed bug # 300444 - Changed OPT_CCT_( desc. string.
2004-01-10 Oliver Rauch <oliver.rauch@rauch-domain.de>
* backend/umax backend/Makefile.in: repleaced fork routines by sanei_thread
* doc/umax/umax.CHANGES updated

Wyświetl plik

@ -2940,7 +2940,7 @@ static SANE_Status init_options ( Epson_Scanner * s) {
s->opt[ OPT_CCT_6].desc = SANE_I18N("Adds to blue based on red level");
s->opt[ OPT_CCT_7].desc = SANE_I18N("Adds to green based on blue level");
s->opt[ OPT_CCT_8].desc = SANE_I18N("Adds to red based on blue level");
s->opt[ OPT_CCT_9].desc = SANE_I18N("Control blue level");
s->opt[ OPT_CCT_9].desc = SANE_I18N("Controls blue level");
s->opt[ OPT_CCT_1].type = SANE_TYPE_INT;
s->opt[ OPT_CCT_2].type = SANE_TYPE_INT;