summaryrefslogtreecommitdiff
path: root/plugins/Actman/ua
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-10-07 16:26:53 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-10-07 16:26:53 +0000
commit419ee29ab88a47d9a87f96de040e0ce6921b83fe (patch)
treeb64b575af58b1ce84e0e503afaafc1d136d692b6 /plugins/Actman/ua
parent234946eb7bb58195df960d8f3d30777d03703f3c (diff)
links to the dead services removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@15515 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman/ua')
-rw-r--r--plugins/Actman/ua/i_uavars.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Actman/ua/i_uavars.inc b/plugins/Actman/ua/i_uavars.inc
index f2cf1ba42f..ff4401a516 100644
--- a/plugins/Actman/ua/i_uavars.inc
+++ b/plugins/Actman/ua/i_uavars.inc
@@ -113,11 +113,11 @@ const
mask:0; atype:uaMenu+(ORD(main_menu ) shl 8); enable:false),
(name:'Contact menu' ; service:nil;
mask:0; atype:uaMenu+(ORD(contact_menu) shl 8); enable:false),
- (name:'Tray menu' ; service:'CList/AddTrayMenuItem';
+ (name:'Tray menu' ; service:nil;
mask:0; atype:uaMenu+(ORD(tray_menu ) shl 8); enable:false),
- (name:'Protocol menus' ; service:'CList/AddProtoMenuItem';
+ (name:'Protocol menus' ; service:nil;
mask:0; atype:uaMenu+(ORD(proto_menu ) shl 8); enable:false),
- (name:'Status menu' ; service:'CList/AddStatusMenuItem';
+ (name:'Status menu' ; service:nil;
mask:0; atype:uaMenu+(ORD(status_menu ) shl 8); enable:false)
);