diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:01:31 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:01:31 +0000 |
commit | 2c0670ee0fa50200cede8006965db60bdc3fb333 (patch) | |
tree | 075c1daf0f26a7b59d250874c1facc79bc41fd00 /plugins/AvatarHistory | |
parent | 5d585972aedf4f99dd1fafc270c07e37a3d88b54 (diff) |
AvatarHistory: menu uid
git-svn-id: http://svn.miranda-ng.org/main/trunk@15207 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AvatarHistory')
-rw-r--r-- | plugins/AvatarHistory/src/AvatarDlg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AvatarHistory/src/AvatarDlg.cpp b/plugins/AvatarHistory/src/AvatarDlg.cpp index 0747bf7041..dc9d874f4e 100644 --- a/plugins/AvatarHistory/src/AvatarDlg.cpp +++ b/plugins/AvatarHistory/src/AvatarDlg.cpp @@ -513,6 +513,7 @@ void InitMenuItem() CreateServiceFunction(MS_AVATARHISTORY_SHOWDIALOG, ShowDialogSvc);
CMenuItem mi;
+ SET_UID(mi,0x2fb5c7eb, 0xa606, 0x4145, 0x9e, 0x86, 0x73, 0x88, 0x73, 0x1d, 0xe7, 0x5c);
mi.name.t = LPGENT("View Avatar History");
mi.flags = CMIF_TCHAR;
mi.position = 1000090010;
|