summaryrefslogtreecommitdiff
path: root/plugins/Watrack/proto
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-12-02 16:08:13 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-12-02 16:08:13 +0000
commit355e14dd8faf38ca8c8e4293c13923a027352427 (patch)
tree610f99175e72f6dbee27200af49293bb8ccab284 /plugins/Watrack/proto
parent281f79e6392c15a76689867ad21fde5700823b5c (diff)
menu guids for pascal
git-svn-id: http://svn.miranda-ng.org/main/trunk@15804 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack/proto')
-rw-r--r--plugins/Watrack/proto/proto.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Watrack/proto/proto.pas b/plugins/Watrack/proto/proto.pas
index d7f8d2b31f..568302575f 100644
--- a/plugins/Watrack/proto/proto.pas
+++ b/plugins/Watrack/proto/proto.pas
@@ -354,6 +354,7 @@ begin
RegisterIcons;
FillChar(mi, sizeof(mi), 0);
+ SET_UID(@mi, '47D372B2-AA27-42B3-A3CB-85D3CE5F6A95');
mi.root :=Menu_CreateRoot(MO_CONTACT, 'Watrack', 0, 0, 0);
mi.flags :=CMIF_NOTOFFLINE or CMIF_NOTOFFLIST;
mi.hIcon :=IcoLib_GetIcon(IcoBtnContext,0);