summaryrefslogtreecommitdiff
path: root/src/fe-common/core/module-formats.h
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2016-06-13 14:03:00 +0200
committerLemonBoy <thatlemon@gmail.com>2016-06-13 14:03:00 +0200
commit9a30ab53df226acb4586a2f214f3994a7b8b32ea (patch)
tree60853f484c23b0accffa5befec474789ae685b7f /src/fe-common/core/module-formats.h
parent6f795f020d5c374023dc9ca647b267aef0a76950 (diff)
downloadirssi-9a30ab53df226acb4586a2f214f3994a7b8b32ea.zip
Move the validation of the CHOICE setting value
Also, use a FORMAT to show the error message.
Diffstat (limited to 'src/fe-common/core/module-formats.h')
-rw-r--r--src/fe-common/core/module-formats.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/core/module-formats.h b/src/fe-common/core/module-formats.h
index de1e13f2..2b45ff6b 100644
--- a/src/fe-common/core/module-formats.h
+++ b/src/fe-common/core/module-formats.h
@@ -190,6 +190,7 @@ enum {
TXT_INVALID_LEVEL,
TXT_INVALID_SIZE,
TXT_INVALID_CHARSET,
+ TXT_INVALID_CHOICE,
TXT_EVAL_MAX_RECURSE,
TXT_PROGRAM_NOT_FOUND,
TXT_NO_SERVER_DEFINED,