diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-03-09 12:59:20 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-03-09 12:59:20 +0000 |
commit | db96bee8b5d8849bc8af7c47c162ba6b461a4177 (patch) | |
tree | fb1cb7bc1b737ee5d38ec876a58f61f75741c208 /plugins/NewXstatusNotify/src/xstatus.h | |
parent | e01f0a233002645f505d828d0698a0f1829fd2cb (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/xstatus.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/xstatus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/xstatus.h b/plugins/NewXstatusNotify/src/xstatus.h index c2d4d46113..9ee53fae30 100644 --- a/plugins/NewXstatusNotify/src/xstatus.h +++ b/plugins/NewXstatusNotify/src/xstatus.h @@ -43,7 +43,7 @@ #define XSTATUS_SOUND_REMOVED "XStatusRemove"
// tabSRMM stuff (logging to message window)
-#define MS_MSG_MOD_MESSAGEDIALOGOPENED "SRMsg_MOD/MessageDialogOpened"
+#define EVENTTYPE_STATUSCHANGE 25368
// Default templates
#define DEFAULT_POPUP_DELIMITER _T("%B")
|