diff options
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).") |