From: Perttu Ahola Date: Tue, 15 Feb 2011 14:14:02 +0000 (+0200) Subject: still a little fix! X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=95c88d258b46dde75a17a0d711b436f7063ae496;p=zefram%2Fminetest%2Fminetest_engine.git still a little fix! --- diff --git a/src/main.cpp b/src/main.cpp index 452030a2..503439d1 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;