summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/stdmsg/src/chat_manager.cpp2
-rw-r--r--src/core/stdssl/src/netlibssl.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdmsg/src/chat_manager.cpp b/src/core/stdmsg/src/chat_manager.cpp
index 7ce4349f38..5f01aa640c 100644
--- a/src/core/stdmsg/src/chat_manager.cpp
+++ b/src/core/stdmsg/src/chat_manager.cpp
@@ -224,7 +224,7 @@ static void ShowRoom(SESSION_INFO *si)
int OnCheckPlugins(WPARAM, LPARAM)
{
g_dat.bSmileyInstalled = ServiceExists(MS_SMILEYADD_REPLACESMILEYS);
- g_dat.bPopupInstalled = ServiceExists(MS_POPUP_ADDPOPUPT);
+ g_dat.bPopupInstalled = ServiceExists(MS_POPUP_ADDPOPUPW);
return 0;
}
diff --git a/src/core/stdssl/src/netlibssl.cpp b/src/core/stdssl/src/netlibssl.cpp
index 5b070ce28f..9ce246b08b 100644
--- a/src/core/stdssl/src/netlibssl.cpp
+++ b/src/core/stdssl/src/netlibssl.cpp
@@ -87,7 +87,7 @@ static void ReportSslError(SECURITY_STATUS scRet, int line, bool = false)
mir_free(szMsg);
SetLastError(scRet);
- PUShowMessageT(szMsgBuf2, SM_WARNING);
+ PUShowMessageW(szMsgBuf2, SM_WARNING);
}
static bool AcquireCredentials(void)