diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-28 13:50:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-28 13:50:50 +0000 |
commit | e052320014294575690ff5310cc9898b0b3d0fb1 (patch) | |
tree | 54a8e6c4a08477d880464521b2c88c5a1c280a0b /plugins/KeyboardNotify | |
parent | b1dd0f06f616b7aef3c651d43898e7f9082c3d4b (diff) |
- muuids cosmetic fixes (patch from Basil)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/KeyboardNotify')
-rw-r--r-- | plugins/KeyboardNotify/src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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}
};
|