From c302d96907a3f0f40ed68a8cc2c1f0fffecb2d5a Mon Sep 17 00:00:00 2001 From: aunsane Date: Fri, 27 Apr 2018 21:41:49 +0300 Subject: Telegram: unique guid for project --- protocols/Telegram/Telegram.vcxproj | 2 +- protocols/Telegram/src/main.cpp | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/protocols/Telegram/Telegram.vcxproj b/protocols/Telegram/Telegram.vcxproj index ab7a155192..8b7b94bed8 100644 --- a/protocols/Telegram/Telegram.vcxproj +++ b/protocols/Telegram/Telegram.vcxproj @@ -19,7 +19,7 @@ - {C52E0221-B079-406D-B426-7B5131D48675} + {AE708252-0DF8-42BA-9EF9-9ACC038EEDA7} Telegram diff --git a/protocols/Telegram/src/main.cpp b/protocols/Telegram/src/main.cpp index dd41bb61b7..85990de1ef 100644 --- a/protocols/Telegram/src/main.cpp +++ b/protocols/Telegram/src/main.cpp @@ -12,8 +12,9 @@ PLUGININFOEX pluginInfo = __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - // {00272A3E-F5FA-4090-8B67-3E62AC1EE0B4} - {0x272a3e, 0xf5fa, 0x4090, {0x8b, 0x67, 0x3e, 0x62, 0xac, 0x1e, 0xe0, 0xb4}} + // {AE708252-0DF8-42BA-9EF9-9ACC038EEDA7} + {0xae708252, 0xdf8, 0x42ba, {0x9e, 0xf9, 0x9a, 0xcc, 0x3, 0x8e, 0xed, 0xa7}} + }; extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) -- cgit v1.2.3