summaryrefslogtreecommitdiff
path: root/plugins/Actman30/iac_call.pas
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2014-12-11 17:38:57 +0000
committerAlexey Kulakov <panda75@bk.ru>2014-12-11 17:38:57 +0000
commit7d8860bd3d4e4777ac813c7a0b6efbfdbd5adcc1 (patch)
tree66b80fd1fae89e2be33016f005b189683c070b89 /plugins/Actman30/iac_call.pas
parent3e5dab1a8298130da0ebfb20d91b6963a64367b1 (diff)
Actman 30: style fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@11333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman30/iac_call.pas')
-rw-r--r--plugins/Actman30/iac_call.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Actman30/iac_call.pas b/plugins/Actman30/iac_call.pas
index 80a944ec0b..f5235e2f2e 100644
--- a/plugins/Actman30/iac_call.pas
+++ b/plugins/Actman30/iac_call.pas
@@ -834,7 +834,7 @@ begin
IDC_CLOSE_RES: begin
// close buttons
- EnableWindow(LParam,false);
+ EnableWindow(lParam,false);
EnableWindow(GetDlgItem(Dialog,IDC_CLOSE_ARG),true);
CheckDlgButton(Dialog,IDC_CLOSE_ARG,BST_UNCHECKED);
@@ -844,7 +844,7 @@ begin
IDC_CLOSE_ARG: begin
// close buttons
- EnableWindow(LParam,false);
+ EnableWindow(lParam,false);
EnableWindow(GetDlgItem(Dialog,IDC_CLOSE_RES),true);
CheckDlgButton(Dialog,IDC_CLOSE_RES,BST_UNCHECKED);