summaryrefslogtreecommitdiff
path: root/src/fe-common/core/module-formats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fe-common/core/module-formats.h')
-rw-r--r--src/fe-common/core/module-formats.h3
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 1818041c..e0f31f9a 100644
--- a/src/fe-common/core/module-formats.h
+++ b/src/fe-common/core/module-formats.h
@@ -187,7 +187,8 @@ enum {
TXT_CONFIG_SAVED,
TXT_CONFIG_RELOADED,
TXT_CONFIG_MODIFIED,
- TXT_GLIB_ERROR
+ TXT_GLIB_ERROR,
+ TXT_OVERWRITE_CONFIG
};
extern FORMAT_REC fecommon_core_formats[];