summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-09-04 18:12:26 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-09-04 18:12:26 +0000
commit1158ae4d0b4432949c739251efa7f62b72e2acc9 (patch)
treeeac30927e7af54419e4053c62ef892e6087ba881
parent697ed0312ed38888ad78cf7e5eee575019be8c61 (diff)
Steam: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15195 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/Steam/src/steam_menus.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_menus.cpp b/protocols/Steam/src/steam_menus.cpp
index 36fdc44255..e14e68d3b6 100644
--- a/protocols/Steam/src/steam_menus.cpp
+++ b/protocols/Steam/src/steam_menus.cpp
@@ -118,7 +118,7 @@ void CSteamProto::InitMenus()
mi.flags = CMIF_TCHAR;
// "Request authorization"
- SET_UID(mi, 0x2a5a29c5, 0xed3f, 0x4c15, 0xa7, 0x9c, 0xc1, 0x80, 0x58, 0xb8, 0x6e, 0x27);
+ SET_UID(mi, 0x36375a1f, 0xc142, 0x4d6e, 0xa6, 0x57, 0xe4, 0x76, 0x5d, 0xbc, 0x59, 0x8e);
mi.pszService = MODULE "/AuthRequest";
mi.name.t = LPGENT("Request authorization");
mi.position = -201001000 + CMI_AUTH_REQUEST;
@@ -127,7 +127,7 @@ void CSteamProto::InitMenus()
CreateServiceFunction(mi.pszService, GlobalService<&CSteamProto::AuthRequestCommand>);
// "Block"
- SET_UID(mi, 0xe22ccbb4, 0x7876, 0x42f0, 0x96, 0x85, 0x61, 0x89, 0xea, 0x42, 0xb, 0x85);
+ SET_UID(mi, 0xc6169b8f, 0x53ab, 0x4242, 0xbe, 0x90, 0xe2, 0x4a, 0xa5, 0x73, 0x88, 0x32);
mi.pszService = MODULE "/Block";
mi.name.t = LPGENT("Block");
mi.position = -201001001 + CMI_BLOCK;