From: Perttu Ahola Date: Tue, 15 Feb 2011 14:14:02 +0000 (+0200) Subject: still a little fix! X-Git-Tag: 0.2.20110731_3~366 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=95c88d258b46dde75a17a0d711b436f7063ae496;p=oweals%2Fminetest.git still a little fix! --- 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;