From 95c88d258b46dde75a17a0d711b436f7063ae496 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Tue, 15 Feb 2011 16:14:02 +0200 Subject: still a little fix! --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 452030a24..503439d10 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; -- cgit v1.2.3