summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/templates.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewStory/src/templates.h')
-rw-r--r--plugins/NewStory/src/templates.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewStory/src/templates.h b/plugins/NewStory/src/templates.h
index c8e23f2225..222ebd22f6 100644
--- a/plugins/NewStory/src/templates.h
+++ b/plugins/NewStory/src/templates.h
@@ -28,7 +28,7 @@ typedef void(*VarFunc)(int mode, TemplateVars* vars, MCONTACT hContact, HistoryA
struct TemplateInfo
{
- enum { VF_COUNT = 5 };
+ enum { VF_COUNT = 6 };
char* setting;
wchar_t* group;
@@ -47,12 +47,12 @@ enum
TPL_MESSAGE,
TPL_FILE,
TPL_SIGN,
+ TPL_PRESENCE,
TPL_OTHER,
TPL_AUTH,
TPL_ADDED,
TPL_DELETED,
- TPL_PRESENCE,
TPL_COPY_MESSAGE,
TPL_COPY_FILE,