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/FloatingContacts | |
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/FloatingContacts')
-rw-r--r-- | plugins/FloatingContacts/src/main.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
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)
|