diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 09:54:51 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2024-03-03 09:54:51 +0100 | 
| commit | 44916ca6d75e0b5f258a098a50d659f31c6625fd (patch) | |
| tree | 2e51a12ae43b3def9e55d3f2c9ca60d2032ad45c /include | |
| parent | 84357741a6a6e6430f199b2c3f7498e0e97da9ad (diff) | |
New upstream version 1.3.0upstream/1.3.0
Diffstat (limited to 'include')
| -rw-r--r-- | include/sane/saneopts.h | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/include/sane/saneopts.h b/include/sane/saneopts.h index 7c5933c..d7df5f7 100644 --- a/include/sane/saneopts.h +++ b/include/sane/saneopts.h @@ -141,7 +141,8 @@  #define SANE_NAME_SELECT_LAMP_DENSITY	"select-lamp-density"  #define SANE_NAME_LAMP_OFF_AT_EXIT	"lamp-off-at-exit"  #define SANE_NAME_FOCUS			"focus" -#define SANE_NAME_AUTOFOCUS		"autofocus" +#define SANE_NAME_AUTOFOCUS             "autofocus" +#define SANE_NAME_INFRARED              "infra-red"  /* well known options from 'SENSORS' group*/  #define SANE_NAME_SCAN			"scan" @@ -233,6 +234,8 @@  #define SANE_TITLE_LAMP_OFF_AT_EXIT	SANE_I18N("Lamp off at exit")  #define SANE_TITLE_FOCUS		SANE_I18N("Focus position")  #define SANE_TITLE_AUTOFOCUS		SANE_I18N("Autofocus") +#define SANE_TITLE_INFRARED             SANE_I18N("Infrared scan") +  /* well known options from 'SENSORS' group*/  #define SANE_TITLE_SCAN			"Scan button" @@ -447,6 +450,9 @@ SANE_I18N("Turn off lamp when program exits")  SANE_I18N("Focus position for manual focus")  #define SANE_DESC_AUTOFOCUS \  SANE_I18N("Perform autofocus before scan") +#define SANE_DESC_INFRARED \ +SANE_I18N("Perform infrared scan") +  /* well known options from 'SENSORS' group*/  #define SANE_DESC_SCAN		SANE_I18N("Scan button") | 
