diff options
author | LemonBoy <thatlemon@gmail.com> | 2016-06-13 14:03:00 +0200 |
---|---|---|
committer | LemonBoy <thatlemon@gmail.com> | 2016-06-13 14:03:00 +0200 |
commit | 9a30ab53df226acb4586a2f214f3994a7b8b32ea (patch) | |
tree | 60853f484c23b0accffa5befec474789ae685b7f /src/fe-common/core/module-formats.h | |
parent | 6f795f020d5c374023dc9ca647b267aef0a76950 (diff) | |
download | irssi-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.h | 1 |
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, |