06081_Dialog_Scan.t (gscan2pdf-2.13.1.tar.xz) | : | 06081_Dialog_Scan.t (gscan2pdf-2.13.2.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 69 | skipping to change at line 69 | |||
); | ); | |||
return; | return; | |||
} | } | |||
); | ); | |||
my $raw_options = [ | my $raw_options = [ | |||
undef, | undef, | |||
{ | { | |||
'cap' => 5, | 'cap' => 5, | |||
'constraint_type' => 0, | 'constraint_type' => 0, | |||
'desc' => | 'desc' => | |||
'Enable various test options. This is for testing the ability of frontends to vi ew and modify all the different SANE option types.', | 'Enable various test options. This is for testing the ability of frontends to vi ew and modify all the different SANE option types.', | |||
'max_values' => 1, | 'max_values' => 1, | |||
'name' => 'enable-test-options', | 'name' => 'enable-test-options', | |||
'title' => 'Enable test options', | 'title' => 'Enable test options', | |||
'type' => 0, | 'type' => 0, | |||
'unit' => 0, | 'unit' => 0, | |||
'val' => 1 | 'val' => 1 | |||
}, | }, | |||
]; | ]; | |||
$override->replace( | $override->replace( | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |