diff options
Diffstat (limited to 'plugins/Actman')
-rw-r--r-- | plugins/Actman/services.ini | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini index c40bbe1588..658b87ebc0 100644 --- a/plugins/Actman/services.ini +++ b/plugins/Actman/services.ini @@ -243,21 +243,21 @@ lparam=structure|0|native|bptr|bptr|bptr| return=int 0, if successful
descr=Opens the options dialog, optionally at the specified page
-[Service:PopUp/EnableDisableMenuCommand]
+[Service:Popup/EnableDisableMenuCommand]
wparam=0
lparam=0
plugin=Popup Plus (popup.dll)
-descr=Enables or disables PopUp windows
+descr=Enables or disables Popup windows
-[Service:PopUp/ShowMessage]
+[Service:Popup/ShowMessage]
alias=MS_POPUP_SHOWMESSAGE
wparam=Ansi Text
lparam=1 Warning|2 Notify|3 Error
return=int 0, if successful
-plugin=YAPP or PopUp
+plugin=YAPP or Popup
descr=Popup window
-[Service:PopUp/ShowMessageW]
+[Service:Popup/ShowMessageW]
alias=MS_POPUP_SHOWMESSAGEW
wparam=Unicode Text
lparam=1 Warning|2 Notify|3 Error
@@ -265,11 +265,11 @@ return=int 0, if successful plugin=YAPP only
descr=Popup window
-[Service:PopUp/ToggleEnabled]
+[Service:Popup/ToggleEnabled]
wparam=0
lparam=0
plugin=YAPP (yapp.dll)
-descr=Enables or disables PopUp windows
+descr=Enables or disables Popup windows
[Service:Proto/CallContactService]
alias=MS_PROTO_CALLCONTACTSERVICE
|