Added formats to /SET texts.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1517 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-05-26 19:20:45 +00:00 committed by cras
commit 7cab17c2c9
3 changed files with 19 additions and 7 deletions

View file

@ -188,7 +188,11 @@ enum {
TXT_CONFIG_RELOADED,
TXT_CONFIG_MODIFIED,
TXT_GLIB_ERROR,
TXT_OVERWRITE_CONFIG
TXT_OVERWRITE_CONFIG,
TXT_SET_TITLE,
TXT_SET_ITEM,
TXT_SET_UNKNOWN,
TXT_SET_NOT_BOOLEAN
};
extern FORMAT_REC fecommon_core_formats[];