diff options
author | aunsane <aunsane@gmail.com> | 2018-04-27 21:41:49 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-04-27 21:41:49 +0300 |
commit | c302d96907a3f0f40ed68a8cc2c1f0fffecb2d5a (patch) | |
tree | 999d84cb820152a5ce699d784436d0ce1080dfdf /protocols/Telegram | |
parent | e1ec72eab6d00b3ba38e5932bc88920f103b6e4a (diff) |
Telegram: unique guid for project
Diffstat (limited to 'protocols/Telegram')
-rw-r--r-- | protocols/Telegram/Telegram.vcxproj | 2 | ||||
-rw-r--r-- | 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 @@ </ProjectConfiguration> </ItemGroup> <PropertyGroup Label="Globals"> - <ProjectGuid>{C52E0221-B079-406D-B426-7B5131D48675}</ProjectGuid> + <ProjectGuid>{AE708252-0DF8-42BA-9EF9-9ACC038EEDA7}</ProjectGuid> <ProjectName>Telegram</ProjectName> </PropertyGroup> <ImportGroup Label="PropertySheets"> 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) |