summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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