diff options
Diffstat (limited to 'plugins/Actman/i_opt_dlg2.inc')
-rw-r--r-- | plugins/Actman/i_opt_dlg2.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Actman/i_opt_dlg2.inc b/plugins/Actman/i_opt_dlg2.inc index 96846bd3ef..a15d79f843 100644 --- a/plugins/Actman/i_opt_dlg2.inc +++ b/plugins/Actman/i_opt_dlg2.inc @@ -527,11 +527,9 @@ function DlgProcOpt2(Dialog:HWnd;hMessage:uint;wParam:WPARAM;lParam:LPARAM):lres CallService(MS_VARS_SHOWHELPEX,Dialog,tlparam(@vhi));
end;
hlpContact: begin
-{
MessageBoxW(0,
TranslateW('Select contact to open it''s window'),
TranslateW('Contacts'),0);
-}
end;
hlpService: begin
buf:=GetDlgText(Dialog,IDC_EDIT_SERVICE,true);
@@ -567,13 +565,11 @@ function DlgProcOpt2(Dialog:HWnd;hMessage:uint;wParam:WPARAM;lParam:LPARAM):lres hlpAdvance: begin
end;
hlpChain: begin
-{
MessageBoxW(0,
TranslateW('You can select another group from combobox, '+
'then it will be executed, after that current '+
'action group will be continued.'),
TranslateW('Macros'),0);
-}
end;
hlpDBRW: begin
end;
|