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/stdfile | |
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/stdfile')
-rw-r--r-- | src/core/stdfile/src/file.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/stdfile/src/file.cpp b/src/core/stdfile/src/file.cpp index 9ba716b21f..9995fc5a84 100644 --- a/src/core/stdfile/src/file.cpp +++ b/src/core/stdfile/src/file.cpp @@ -337,6 +337,7 @@ static int SRFileProtoAck(WPARAM, LPARAM lParam) static int SRFileModulesLoaded(WPARAM, LPARAM)
{
CMenuItem mi;
+ SET_UID(mi, 0x7f8dcf77, 0xe448, 0x4505, 0xb0, 0x56, 0xb, 0xb1, 0xab, 0xac, 0x64, 0x9d);
mi.position = -2000020000;
mi.hIcolibItem = Skin_GetIconHandle(SKINICON_EVENT_FILE);
mi.name.a = LPGEN("&File");
@@ -435,6 +436,7 @@ int LoadSendRecvFileModule(void) CreateServiceFunction("FtMgr/Show", FtMgrShowCommand);
CMenuItem mi;
+ SET_UID(mi, 0x75794ab5, 0x2573, 0x48f4, 0xb4, 0xa0, 0x93, 0xd6, 0xf5, 0xe0, 0xf3, 0x32);
mi.hIcolibItem = Skin_GetIconHandle(SKINICON_EVENT_FILE);
mi.position = 1900000000;
mi.name.a = LPGEN("File &transfers...");
|