summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/options.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2014-08-02 15:07:04 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2014-08-02 15:07:04 +0000
commit88f7ddde0024f0bac97fe06b6529ebb3241b626e (patch)
treeace608cccc3999c7fd827329f993ca7061f04e47 /plugins/NewXstatusNotify/src/options.h
parent0c58e140b89aebec5dc88fbb615df3d130d2790c (diff)
NewStatusNotify:
- removed cutting off status description - correct reading and freeing of string from database - status message changed/removed templates are now stored using internal account name - minor ressource fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@10021 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/options.h')
-rw-r--r--plugins/NewXstatusNotify/src/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewXstatusNotify/src/options.h b/plugins/NewXstatusNotify/src/options.h
index f8f8657966..6185faadac 100644
--- a/plugins/NewXstatusNotify/src/options.h
+++ b/plugins/NewXstatusNotify/src/options.h
@@ -86,6 +86,8 @@ typedef struct tagTEMPLATES {
BYTE PopupSMsgFlags;
BYTE LogXFlags;
BYTE LogSMsgFlags;
+ BYTE UseOneForAll;
+ BYTE bEnabled;
TCHAR PopupXstatusChanged[256];
TCHAR PopupXstatusRemoved[256];
TCHAR PopupXMsgChanged[256];