diff options
author | George Hazan <george.hazan@gmail.com> | 2016-05-28 20:16:13 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-05-28 20:16:13 +0000 |
commit | 74e2aad594ed234f83352c386410fd92e269b6f4 (patch) | |
tree | 2bc72d29c0e049e345a21ef979f6311720d77ca2 /plugins/Watrack/proto | |
parent | ba4e625ef4f8159b79bf7a2be83a5e706c3e655b (diff) |
ugly, but standard
git-svn-id: http://svn.miranda-ng.org/main/trunk@16883 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Watrack/proto')
-rw-r--r-- | plugins/Watrack/proto/proto.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Watrack/proto/proto.pas b/plugins/Watrack/proto/proto.pas index bcb997a081..cd8d52a79d 100644 --- a/plugins/Watrack/proto/proto.pas +++ b/plugins/Watrack/proto/proto.pas @@ -354,7 +354,7 @@ begin RegisterIcons;
FillChar(mi, sizeof(mi), 0);
- mi.root := Menu_CreateRoot(MO_CONTACT, 'Watrack', 0, 0, 0);
+ mi.root := Menu_CreateRoot(MO_CONTACT, 'WATrack', 0, 0, 0);
Menu_ConfigureItem(mi.root, MCI_OPT_UID, 'CAEA4B95-A873-429F-A083-BB2DF51E2E45');
SET_UID(@mi, '47D372B2-AA27-42B3-A3CB-85D3CE5F6A95');
|