summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber.h
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2014-07-24 20:39:07 +0000
committerAlexey Kulakov <panda75@bk.ru>2014-07-24 20:39:07 +0000
commitd82596d1f1bf7f374e706117416e51199825ca9d (patch)
treef224f169cd1175c40b084d88099902c26a2114bc /protocols/JabberG/src/jabber.h
parent98a0e89dac00006d3b3b816271b07a73477caff4 (diff)
event codes cleaning. try 1
git-svn-id: http://svn.miranda-ng.org/main/trunk@9936 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber.h')
-rw-r--r--protocols/JabberG/src/jabber.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber.h b/protocols/JabberG/src/jabber.h
index 6787f0eca4..f633157494 100644
--- a/protocols/JabberG/src/jabber.h
+++ b/protocols/JabberG/src/jabber.h
@@ -159,10 +159,10 @@ protected:
#define JABBER_GC_MSG_SLAP LPGENT("/me slaps %s around a bit with a large trout")
// registered db event types
-#define JABBER_DB_EVENT_TYPE_CHATSTATES 2000
+#define EVENTTYPE_JABBER_CHATSTATES 2000
#define JS_DB_GETEVENTTEXT_CHATSTATES "/GetEventText2000"
#define JABBER_DB_EVENT_CHATSTATES_GONE 1
-#define JABBER_DB_EVENT_TYPE_PRESENCE 2001
+#define EVENTTYPE_JABBER_PRESENCE 2001
#define JS_DB_GETEVENTTEXT_PRESENCE "/GetEventText2001"
#define JABBER_DB_EVENT_PRESENCE_SUBSCRIBE 1
#define JABBER_DB_EVENT_PRESENCE_SUBSCRIBED 2