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/KeyboardNotify/src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/KeyboardNotify') diff --git a/plugins/KeyboardNotify/src/main.cpp b/plugins/KeyboardNotify/src/main.cpp index 144dfaf27a..3cafe2dd30 100644 --- a/plugins/KeyboardNotify/src/main.cpp +++ b/plugins/KeyboardNotify/src/main.cpp @@ -275,7 +275,6 @@ BOOL bReminderDisabled = FALSE; char *szMetaProto = NULL; BYTE bMetaProtoEnabled = 0; -#define MIID_KBDNOTIFY {0x119d7288, 0x2050, 0x448d, { 0x99, 0x00, 0xd8, 0x6a, 0xc7, 0x04, 0x26, 0xbf }} PLUGININFOEX pluginInfo={ sizeof(PLUGININFOEX), @@ -287,7 +286,7 @@ PLUGININFOEX pluginInfo={ "© 2002-2003 M.Öberg, 2004 Std, 2005-2008 TioDuke", "http://miranda-ng.org/", UNICODE_AWARE, //doesn't replace anything built-in - MIID_KBDNOTIFY //{119D7288-2050-448d-9900-D86AC70426BF} + {0x119d7288, 0x2050, 0x448d, { 0x99, 0x00, 0xd8, 0x6a, 0xc7, 0x04, 0x26, 0xbf }} //{119D7288-2050-448d-9900-D86AC70426BF} }; -- cgit v1.2.3