diff options
author | dartraiden <wowemuh@gmail.com> | 2019-03-06 14:31:58 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-03-06 14:31:58 +0300 |
commit | 42261c9ac2b4c0ac4a5c08c5fc8875668b67e594 (patch) | |
tree | 3cf42b973537f9650fe60d437773bfed41e4936d | |
parent | 9d1a4eae982f3e5b97e03cefa99856077b873342 (diff) |
Actman: no more YAPP
-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 333546b126..0c6446fe79 100644 --- a/plugins/Actman/services.ini +++ b/plugins/Actman/services.ini @@ -265,7 +265,7 @@ descr=Empty updater download folder [Service:Popup/EnableDisableMenuCommand]
wparam=0
lparam=0
-plugin=Popup plus (popup.dll) latest YAPP (yapp.dll)
+plugin=Popup plus (popup.dll) latest StdPopup (stdpopup.dll)
descr=Enables or disables Popup windows
[Service:Popup/ShowMessage]
@@ -273,7 +273,7 @@ alias=MS_POPUP_SHOWMESSAGE wparam=Ansi Text
lparam=1 Warning|2 Notify|3 Error
return=int 0, if successful
-plugin=YAPP or Popup
+plugin=Ы or Popup
descr=Popup window
[Service:Popup/ShowMessageW]
@@ -281,14 +281,14 @@ alias=MS_POPUP_SHOWMESSAGEW wparam=Unicode Text
lparam=1 Warning|2 Notify|3 Error
return=int 0, if successful
-plugin=YAPP or Popup
+plugin=StdPopup or Popup
descr=Popup window
[Service:Popup/ToggleEnabled]
wparam=0
lparam=0
-plugin=YAPP (yapp.dll)
-descr=Enables or disables Popup windows (maybe deprecated)
+plugin=StdPopup (stdpopup.dll)
+descr=Enables or disables popup windows (maybe deprecated)
[Service:Proto/CallContactService]
alias=MS_PROTO_CALLCONTACTSERVICE
|