diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-27 19:48:21 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-27 19:48:21 +0000 |
commit | 08997af71f3b28d1fc23f22b63552de23b0ab883 (patch) | |
tree | d741b4a5639a96fc02bcbaeeabad50125a8d6017 /plugins/Nudge/src/nudge.h | |
parent | 8d164e182630c7077055ac779de5f1ae5610f694 (diff) |
Nudge to create its own type of events
git-svn-id: http://svn.miranda-ng.org/main/trunk@7398 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Nudge/src/nudge.h')
-rw-r--r-- | plugins/Nudge/src/nudge.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Nudge/src/nudge.h b/plugins/Nudge/src/nudge.h index 0a8023104d..1098c2eda4 100644 --- a/plugins/Nudge/src/nudge.h +++ b/plugins/Nudge/src/nudge.h @@ -1,6 +1,8 @@ #ifndef NUDGE_H
#define NUDGE_H
+#define MODULENAME "Nudge"
+
// NUDGE account status flags
#define NUDGE_ACC_ST0 0x00000001 //Check (countdown) when Offline
#define NUDGE_ACC_ST1 0x00000002 //Check (countdown) when Online
@@ -13,7 +15,6 @@ #define NUDGE_ACC_ST8 0x00000100 //Check (countdown) when On the phone
#define NUDGE_ACC_ST9 0x00000200 //Check (countdown) when Out to lunch
-// For status log
#define TEXT_LEN 1024
class CNudge
|