diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:09 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2014-10-03 14:05:09 +0000 |
commit | 6fceea28608be0fda32d94f59e1b1550774318a0 (patch) | |
tree | 9be4df525ab59533784ce0c8d441d61130b59e76 /src/xsane-text.h | |
parent | 817e6294b42b3e4435f1b99728afc1dca84a6445 (diff) |
Imported Upstream version 0.98upstream/0.98
Diffstat (limited to 'src/xsane-text.h')
-rw-r--r-- | src/xsane-text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xsane-text.h b/src/xsane-text.h index c36a73a..3334f14 100644 --- a/src/xsane-text.h +++ b/src/xsane-text.h @@ -662,6 +662,7 @@ #define ERR_LIBTIFF _("LIBTIFF reports error") #define ERR_LIBPNG _("LIBPNG reports error") #define ERR_LIBJPEG _("LIBJPEG reports error") +#define ERR_ZLIB _("ZLIB error or memory allocation problem") #define ERR_UNKNOWN_TYPE _("unknown type") #define ERR_UNKNOWN_CONSTRAINT_TYPE _("unknown constraint type") #define ERR_OPTION_NAME_NULL _("Option has empty name (NULL).") |