diff --git a/ChangeLog b/ChangeLog index 85d2e66a1..317431bf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-04-06 Gerard Klaver + + * backend/test.c changed some option group headers to advanced option + menu. + 2004-04-06 Jochen Eisinger * sanei/sanei_pa4s2.c include/sane/sanei_pa4s2.h, backend/mustek_pp.c: diff --git a/backend/test.c b/backend/test.c index 04ffa44ef..1af08ac61 100644 --- a/backend/test.c +++ b/backend/test.c @@ -685,7 +685,7 @@ init_options (Test_Device * test_device) od->type = SANE_TYPE_GROUP; od->unit = SANE_UNIT_NONE; od->size = 0; - od->cap = 0; + od->cap = SANE_CAP_ADVANCED; od->constraint_type = SANE_CONSTRAINT_NONE; od->constraint.range = 0; test_device->val[opt_bool_group].w = 0; @@ -806,7 +806,7 @@ init_options (Test_Device * test_device) od->type = SANE_TYPE_GROUP; od->unit = SANE_UNIT_NONE; od->size = 0; - od->cap = 0; + od->cap = SANE_CAP_ADVANCED; od->constraint_type = SANE_CONSTRAINT_NONE; od->constraint.range = 0; test_device->val[opt_int_group].w = 0; @@ -919,7 +919,7 @@ init_options (Test_Device * test_device) od->type = SANE_TYPE_GROUP; od->unit = SANE_UNIT_NONE; od->size = 0; - od->cap = 0; + od->cap = SANE_CAP_ADVANCED; od->constraint_type = SANE_CONSTRAINT_NONE; od->constraint.range = 0; test_device->val[opt_fixed_group].w = 0;