summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src/options.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2014-03-09 12:59:20 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2014-03-09 12:59:20 +0000
commitdb96bee8b5d8849bc8af7c47c162ba6b461a4177 (patch)
treefb1cb7bc1b737ee5d38ec876a58f61f75741c208 /plugins/NewXstatusNotify/src/options.h
parente01f0a233002645f505d828d0698a0f1829fd2cb (diff)
First version of NewXStatusNotify that can log status changes in db and display them in the message window. (fixes #553)
git-svn-id: http://svn.miranda-ng.org/main/trunk@8494 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/options.h')
-rw-r--r--plugins/NewXstatusNotify/src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewXstatusNotify/src/options.h b/plugins/NewXstatusNotify/src/options.h
index dc62e034e7..c0ebc30a29 100644
--- a/plugins/NewXstatusNotify/src/options.h
+++ b/plugins/NewXstatusNotify/src/options.h
@@ -48,6 +48,7 @@ typedef struct tagOPTIONS {
BYTE BlinkIcon;
BYTE BlinkIcon_Status;
BYTE Log;
+ BYTE LogToDB, CheckMessageWindow;
TCHAR LogFilePath[MAX_PATH];
// IDD_AUTODISABLE
BYTE OnlyGlobalChanges;