summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2014-07-26 12:28:53 +0000
committerAlexey Kulakov <panda75@bk.ru>2014-07-26 12:28:53 +0000
commit551d12561c745366de61b5d2930d2904ba99b86b (patch)
treed7139bfe71cd1b415f9b0795553ca4c148ed75be /plugins
parentf6b2d87dc972b5aa8c24fa19e2ddc1f9562cd1ba (diff)
Actman30: possible crash fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@9943 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Actman30/i_opt_dlg2.inc2
-rw-r--r--plugins/Actman30/services.ini6
2 files changed, 4 insertions, 4 deletions
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