summaryrefslogtreecommitdiff
path: root/plugins/Actman/i_opt_dlg2.inc
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-01-24 18:55:46 +0000
committerDart Raiden <wowemuh@gmail.com>2014-01-24 18:55:46 +0000
commit0edb11038a0935e776423452538db0853292e244 (patch)
tree6eb92c691f703a00745a16ca4062fa3006dc7e3f /plugins/Actman/i_opt_dlg2.inc
parentc85991a8fdfd1b556c94ad463b895a5e9bde8560 (diff)
Actman: translation fixes (thx to Awkward)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman/i_opt_dlg2.inc')
-rw-r--r--plugins/Actman/i_opt_dlg2.inc4
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;