kopia lustrzana https://gitlab.com/sane-project/backends
fix disable lineart description
rodzic
e4ae5224ed
commit
86bf317607
|
@ -6149,9 +6149,7 @@ init_options (Genesys_Scanner * s)
|
|||
s->opt[OPT_DISABLE_DYNAMIC_LINEART].name = "disable-dynamic-lineart";
|
||||
s->opt[OPT_DISABLE_DYNAMIC_LINEART].title = SANE_I18N ("Disable dynamic lineart");
|
||||
s->opt[OPT_DISABLE_DYNAMIC_LINEART].desc =
|
||||
SANE_I18N
|
||||
("Disable use of a software adaptative algorithm to generate lineart instead of"
|
||||
" relying on hardware lineart");
|
||||
SANE_I18N ("Disable use of a software adaptive algorithm to generate lineart relying instead on hardware lineart.");
|
||||
s->opt[OPT_DISABLE_DYNAMIC_LINEART].type = SANE_TYPE_BOOL;
|
||||
s->opt[OPT_DISABLE_DYNAMIC_LINEART].unit = SANE_UNIT_NONE;
|
||||
s->opt[OPT_DISABLE_DYNAMIC_LINEART].constraint_type = SANE_CONSTRAINT_NONE;
|
||||
|
|
Ładowanie…
Reference in New Issue