summaryrefslogtreecommitdiff
path: root/plugins/ConnectionNotify/src/ConnectionNotify.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-08-21 21:03:46 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-08-21 21:03:46 +0000
commit1988e60c6f9dd061cb045546a02ccbb3642c098a (patch)
tree8f91839b4b18dac024acf652915833bcabd7a8ef /plugins/ConnectionNotify/src/ConnectionNotify.h
parente4046359663ae1094d36e15c122856bb1bbdc44b (diff)
ConnectionNotify:
- Improved Unicode and x64 compilation - added sounds when a connection is established (fixes #418) git-svn-id: http://svn.miranda-ng.org/main/trunk@5778 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ConnectionNotify/src/ConnectionNotify.h')
-rw-r--r--plugins/ConnectionNotify/src/ConnectionNotify.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ConnectionNotify/src/ConnectionNotify.h b/plugins/ConnectionNotify/src/ConnectionNotify.h
index 3bf10c9ba4..75b64b0148 100644
--- a/plugins/ConnectionNotify/src/ConnectionNotify.h
+++ b/plugins/ConnectionNotify/src/ConnectionNotify.h
@@ -8,7 +8,6 @@
#include <m_core.h>
#include <m_clist.h>
#include <m_skin.h>
-#include <m_database.h>
#include <m_langpack.h>
#include <m_options.h>
#include <m_popup.h>
@@ -31,6 +30,8 @@
#define MAX_LENGTH 512
#define STATUS_COUNT 9
+#define PLUGINNAME_NEWSOUND PLUGINNAME "_new_sound"
+
#if !defined(MIID_CONNECTIONNOTIFY)
#define MIID_CONNECTIONNOTIFY {0x4bb5b4aa, 0xc364, 0x4f23, { 0x97, 0x46, 0xd5, 0xb7, 0x8, 0xa2, 0x86, 0xa5 } }
#endif