From 4f4ad7204c0862a689a5a919f0f009cefb303106 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 28 Nov 2012 08:19:33 +0000 Subject: temporary fix for various wonders git-svn-id: http://svn.miranda-ng.org/main/trunk@2533 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MetaContacts/src/meta_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/MetaContacts/src/meta_main.cpp b/plugins/MetaContacts/src/meta_main.cpp index a8d48829f2..8096857d7d 100644 --- a/plugins/MetaContacts/src/meta_main.cpp +++ b/plugins/MetaContacts/src/meta_main.cpp @@ -211,7 +211,7 @@ extern "C" __declspec(dllexport) int Load(void) CallService(MS_PROTO_REGISTERMODULE, 0, (LPARAM)&pd); pd.szName = META_PROTO; - pd.type = PROTOTYPE_VIRTUAL; + pd.type = PROTOTYPE_PROTOCOL; CallService(MS_PROTO_REGISTERMODULE, 0, (LPARAM)&pd); // further db setup done in modules loaded (nick [protocol string required] & clist display name) -- cgit v1.2.3