diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 18:25:42 +0100 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2021-02-16 18:25:42 +0100 | 
| commit | 64ddd1a4dfcefd11f662f5cf4bb05b590d901a97 (patch) | |
| tree | 4303648095deff998ae20c2393b56db527742ac9 /include/sane/saneopts.h | |
| parent | 5793a221e112fa49073de0137d6bfa750a61b0a1 (diff) | |
| parent | ecaaf250cb33ff61f37a7b441f2337584a655350 (diff) | |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'include/sane/saneopts.h')
| -rw-r--r-- | include/sane/saneopts.h | 12 | 
1 files changed, 10 insertions, 2 deletions
| diff --git a/include/sane/saneopts.h b/include/sane/saneopts.h index 4a4b8cc..7c5933c 100644 --- a/include/sane/saneopts.h +++ b/include/sane/saneopts.h @@ -13,8 +13,8 @@     for more details.     You should have received a copy of the GNU General Public License -   along with sane; see the file COPYING.  If not, write to the Free -   Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +   along with sane; see the file COPYING. +   If not, see <https://www.gnu.org/licenses/>.     As a special exception, the authors of SANE give permission for     additional uses of the libraries contained in this release of SANE. @@ -140,6 +140,8 @@  #define SANE_NAME_SCAN_LAMP_DEN		"scan-lamp-density"  #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"  /* well known options from 'SENSORS' group*/  #define SANE_NAME_SCAN			"scan" @@ -229,6 +231,8 @@  #define SANE_TITLE_SCAN_LAMP_DEN	SANE_I18N("Scan lamp density")  #define SANE_TITLE_SELECT_LAMP_DENSITY	SANE_I18N("Set lamp density")  #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")  /* well known options from 'SENSORS' group*/  #define SANE_TITLE_SCAN			"Scan button" @@ -439,6 +443,10 @@ SANE_I18N("Define lamp density for scan")  SANE_I18N("Enable selection of lamp density")  #define SANE_DESC_LAMP_OFF_AT_EXIT \  SANE_I18N("Turn off lamp when program exits") +#define SANE_DESC_FOCUS \ +SANE_I18N("Focus position for manual focus") +#define SANE_DESC_AUTOFOCUS \ +SANE_I18N("Perform autofocus before scan")  /* well known options from 'SENSORS' group*/  #define SANE_DESC_SCAN		SANE_I18N("Scan button") | 
