From e5cb033463036b182fb6e5e3eed50a14987f5300 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 7 Jun 2015 18:19:34 +0000 Subject: SKINICONDESC -> MAllStrings git-svn-id: http://svn.miranda-ng.org/main/trunk@14054 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Actman/iac_service.pas | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/Actman/iac_service.pas') diff --git a/plugins/Actman/iac_service.pas b/plugins/Actman/iac_service.pas index f9b2b6ba15..cfeb456191 100644 --- a/plugins/Actman/iac_service.pas +++ b/plugins/Actman/iac_service.pas @@ -421,14 +421,13 @@ function DlgProc(Dialog:HWND;hMessage:uint;wParam:WPARAM;lParam:LPARAM):LRESULT; var ServiceBlock:HWND; rc:TRECT; - b:bool; begin result:=0; case hMessage of WM_DESTROY: begin end; - + WM_INITDIALOG: begin GetClientRect(Dialog,rc); ServiceBlock:=CreateServiceBlock(Dialog,0,0,rc.right,rc.bottom, @@ -481,7 +480,7 @@ begin WM_COMMAND: begin case wParam shr 16 of CBN_EDITCHANGE, - BN_CLICKED: + BN_CLICKED: SendMessage(GetParent(GetParent(Dialog)),PSM_CHANGED,0,0); end; end; -- cgit v1.2.3