diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-23 20:29:08 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-23 20:29:08 +0000 |
commit | 37a3130638a43029a072fcef77dd3afb88e0e029 (patch) | |
tree | d96296e6130a044fb3fd9f6df81b91b043cc29f7 /src/modules/metacontacts/metacontacts.h | |
parent | fbf061103982319c8023e48b150295fed547c9de (diff) |
more correct way of catching incoming messages
git-svn-id: http://svn.miranda-ng.org/main/trunk@9560 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/metacontacts.h')
-rw-r--r-- | src/modules/metacontacts/metacontacts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h index 19b970a308..637ae30bec 100644 --- a/src/modules/metacontacts/metacontacts.h +++ b/src/modules/metacontacts/metacontacts.h @@ -22,6 +22,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define MAX_CONTACTS 20
+#define META_FILTER "MetaContactsFilter"
+
INT_PTR TranslateMenuFunc(MCONTACT hContact, int i);
// contact menu items
|