diff options
Diffstat (limited to 'plugins/NotifyAnything')
-rw-r--r-- | plugins/NotifyAnything/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NotifyAnything/src/main.cpp b/plugins/NotifyAnything/src/main.cpp index 19b433b087..1d1eb93a93 100644 --- a/plugins/NotifyAnything/src/main.cpp +++ b/plugins/NotifyAnything/src/main.cpp @@ -85,7 +85,7 @@ void dbg_msg(std::wstring str, int type) if (g_settings.debug_messages)
// Execute it in main thread
- CallServiceSync(MS_POPUP_SHOWMESSAGEW, (WPARAM)str.c_str(), (LPARAM)type);
+ PUShowMessageW(str.c_str(), type);
if (g_settings.log_to_file) {
time_t t_;
|