diff options
Diffstat (limited to 'src/fe-common/core/module-formats.h')
-rw-r--r-- | src/fe-common/core/module-formats.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-common/core/module-formats.h b/src/fe-common/core/module-formats.h index 01390a15..362b9074 100644 --- a/src/fe-common/core/module-formats.h +++ b/src/fe-common/core/module-formats.h @@ -167,7 +167,8 @@ enum { IRCTXT_BIND_KEY, IRCTXT_BIND_UNKNOWN_ID, IRCTXT_CONFIG_SAVED, - IRCTXT_CONFIG_RELOADED + IRCTXT_CONFIG_RELOADED, + IRCTXT_CONFIG_MODIFIED }; extern FORMAT_REC fecommon_core_formats[]; |