summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src/chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Omegle/src/chat.cpp')
-rw-r--r--protocols/Omegle/src/chat.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Omegle/src/chat.cpp b/protocols/Omegle/src/chat.cpp
index bbfce622b8..8552d7885c 100644
--- a/protocols/Omegle/src/chat.cpp
+++ b/protocols/Omegle/src/chat.cpp
@@ -273,8 +273,8 @@ INT_PTR OmegleProto::OnJoinChat(WPARAM, LPARAM suppress)
return 0;
// Create a group
- Chat_AddGroup(m_szModuleName, m_tszUserName, L"Admin");
- Chat_AddGroup(m_szModuleName, m_tszUserName, L"Normal");
+ Chat_AddGroup(m_szModuleName, m_tszUserName, LPGENW("Admin"));
+ Chat_AddGroup(m_szModuleName, m_tszUserName, LPGENW("Normal"));
SetTopic();