diff --git a/src/main.cpp b/src/main.cpp index 452030a24454501c55f067c1e5676d540420f081..503439d104a8618cbeb1ef17b9c190c09884b364 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -577,7 +577,7 @@ struct TextDestChat : public TextDest std::wstring reply = L"Local: "; reply += L"Local commands not yet supported. " - "Server prefix is \"/#\"."; + L"Server prefix is \"/#\"."; m_client->addChatMessage(reply); return;