diff options
author | dartraiden <wowemuh@gmail.com> | 2019-03-11 21:22:40 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-03-11 21:22:40 +0300 |
commit | 34465864d71707ab94e5b70024a91ba9d9bcd19c (patch) | |
tree | 0d8dfe13e943686798d6d88eebbdfe596bfd8461 /plugins | |
parent | 64ec93499ebbfc25cb9687f4d5b30528e2982888 (diff) |
forgotten fixes to Actman
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Actman/services.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini index 3270ec2292..572e95f396 100644 --- a/plugins/Actman/services.ini +++ b/plugins/Actman/services.ini @@ -265,15 +265,15 @@ descr=Empty updater download folder [Service:Popup/EnableDisableMenuCommand]
wparam=0
lparam=0
-plugin=Popup plus (popup.dll) latest StdPopup (stdpopup.dll)
-descr=Enables or disables Popup windows
+plugin=Popup plus (PopupPlus.dll) latest StdPopup (StdPopup.dll)
+descr=Enables or disables popup windows
[Service:Popup/ShowMessage]
alias=MS_POPUP_SHOWMESSAGE
wparam=Ansi Text
lparam=1 Warning|2 Notify|3 Error
return=int 0, if successful
-plugin=StdPopup or Popup
+plugin=StdPopup or Popup plus
descr=Popup window
[Service:Popup/ShowMessageW]
@@ -281,13 +281,13 @@ alias=MS_POPUP_SHOWMESSAGEW wparam=Unicode Text
lparam=1 Warning|2 Notify|3 Error
return=int 0, if successful
-plugin=StdPopup or Popup
+plugin=StdPopup or Popup plus
descr=Popup window
[Service:Popup/ToggleEnabled]
wparam=0
lparam=0
-plugin=StdPopup (stdpopup.dll)
+plugin=StdPopup (StdPopup.dll)
descr=Enables or disables popup windows (maybe deprecated)
[Service:Proto/CallContactService]
|