diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-03 14:40:04 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-03 14:40:04 +0000 |
commit | 458184e287f412ba5df625e46013144ca021de9d (patch) | |
tree | fd6b501f567085d3e6ad30dfb2bd95eb3a791367 /src/core/stdaway | |
parent | 8d8c05f5ab6d926eb0b0deb46559cd5a998a231f (diff) |
added menu uid in std modules
git-svn-id: http://svn.miranda-ng.org/main/trunk@15166 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdaway')
-rw-r--r-- | src/core/stdaway/src/awaymsg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/stdaway/src/awaymsg.cpp b/src/core/stdaway/src/awaymsg.cpp index 477749441f..0f0ba8efcd 100644 --- a/src/core/stdaway/src/awaymsg.cpp +++ b/src/core/stdaway/src/awaymsg.cpp @@ -168,6 +168,7 @@ int LoadAwayMsgModule(void) CreateServiceFunction(MS_AWAYMSG_SHOWAWAYMSG, GetMessageCommand);
CMenuItem mi;
+ SET_UID(mi, 0xd3282acc, 0x9ff1, 0x4ede, 0x8a, 0x1e, 0x36, 0x72, 0x3f, 0x44, 0x4f, 0x84);
mi.position = -2000005000;
mi.flags = CMIF_NOTOFFLINE;
mi.name.a = LPGEN("Re&ad status message");
|