diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:00:18 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-04 19:00:18 +0000 |
commit | 5d585972aedf4f99dd1fafc270c07e37a3d88b54 (patch) | |
tree | f9f4b6c548948838b58d6178b213ded7d15753bc /plugins/AutoShutdown | |
parent | 26c4fe63649efc5e79f5a82f30f6c93ab10a970b (diff) |
AutoShutdown: menu iud
git-svn-id: http://svn.miranda-ng.org/main/trunk@15206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AutoShutdown')
-rw-r--r-- | plugins/AutoShutdown/src/settingsdlg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/AutoShutdown/src/settingsdlg.cpp b/plugins/AutoShutdown/src/settingsdlg.cpp index 17c30d59f6..594c008a54 100644 --- a/plugins/AutoShutdown/src/settingsdlg.cpp +++ b/plugins/AutoShutdown/src/settingsdlg.cpp @@ -449,6 +449,7 @@ void SetShutdownMenuItem(bool fActive) {
/* main menu */
CMenuItem mi;
+ SET_UID(mi, 0x61e2a38f, 0xcd94, 0x4f72, 0x84, 0x8c, 0x72, 0x92, 0xde, 0x1d, 0x6d, 0x5);
mi.position = 2001090000;
if (fActive) {
mi.hIcolibItem = iconList[1].hIcolib;
|