From e052320014294575690ff5310cc9898b0b3d0fb1 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 28 Jan 2013 13:50:50 +0000 Subject: - muuids cosmetic fixes (patch from Basil) git-svn-id: http://svn.miranda-ng.org/main/trunk@3321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FloatingContacts/src/main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/FloatingContacts') diff --git a/plugins/FloatingContacts/src/main.cpp b/plugins/FloatingContacts/src/main.cpp index 67116d8f83..20e55b2e83 100644 --- a/plugins/FloatingContacts/src/main.cpp +++ b/plugins/FloatingContacts/src/main.cpp @@ -143,8 +143,7 @@ static void InitOptions() { fcOpt.bShowIdle = TRUE; } -// {53C715A8-EB01-4136-A73C-441868610074} -#define MIID_FLTCONT { 0x53c715a8, 0xeb01, 0x4136, { 0xa7, 0x3c, 0x44, 0x18, 0x68, 0x61, 0x0, 0x74 } } + PLUGININFOEX pluginInfoEx = { sizeof(PLUGININFOEX), @@ -156,7 +155,7 @@ PLUGININFOEX pluginInfoEx = { __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - MIID_FLTCONT + { 0x53c715a8, 0xeb01, 0x4136, { 0xa7, 0x3c, 0x44, 0x18, 0x68, 0x61, 0x0, 0x74 } } // {53C715A8-EB01-4136-A73C-441868610074} }; _inline unsigned int MakeVer(int a, int b, int c, int d) -- cgit v1.2.3