From 551d12561c745366de61b5d2930d2904ba99b86b Mon Sep 17 00:00:00 2001 From: Alexey Kulakov Date: Sat, 26 Jul 2014 12:28:53 +0000 Subject: Actman30: possible crash fix git-svn-id: http://svn.miranda-ng.org/main/trunk@9943 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Actman30/i_opt_dlg2.inc | 2 +- plugins/Actman30/services.ini | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Actman30') diff --git a/plugins/Actman30/i_opt_dlg2.inc b/plugins/Actman30/i_opt_dlg2.inc index 24fdb59ab5..ed8e83e0b3 100644 --- a/plugins/Actman30/i_opt_dlg2.inc +++ b/plugins/Actman30/i_opt_dlg2.inc @@ -461,7 +461,7 @@ var li:LV_ITEMW; arr: array [0..255] of WideChar; begin - idx:=loword(LV_GetLParam(MacroListWindow,group)); + idx:=smallint(loword(LV_GetLParam(MacroListWindow,group))); if idx>=0 then // we have macro to save begin SaveAction(Dialog,-1,nil); diff --git a/plugins/Actman30/services.ini b/plugins/Actman30/services.ini index f40d814f67..ecdd9cd95b 100644 --- a/plugins/Actman30/services.ini +++ b/plugins/Actman30/services.ini @@ -258,7 +258,7 @@ descr=Empty updater download folder [Service:Popup/EnableDisableMenuCommand] wparam=0 lparam=0 -plugin=Popup Plus (popup.dll) +plugin=Popup Plus (popup.dll) latest YAPP (yapp.dll) descr=Enables or disables Popup windows [Service:Popup/ShowMessage] @@ -274,14 +274,14 @@ alias=MS_POPUP_SHOWMESSAGEW wparam=Unicode Text lparam=1 Warning|2 Notify|3 Error return=int 0, if successful -plugin=YAPP only +plugin=YAPP or Popup descr=Popup window [Service:Popup/ToggleEnabled] wparam=0 lparam=0 plugin=YAPP (yapp.dll) -descr=Enables or disables Popup windows +descr=Enables or disables Popup windows (maybe deprecated) [Service:Proto/CallContactService] alias=MS_PROTO_CALLCONTACTSERVICE -- cgit v1.2.3