summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-02-15 16:14:02 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-02-15 16:14:02 +0200
commit95c88d258b46dde75a17a0d711b436f7063ae496 (patch)
treec6c14d1db965e30c552dda315c1855214f26c983 /src
parent40556f4b2deea7872456d8f9d7a4fa8aa954ea11 (diff)
downloadminetest-95c88d258b46dde75a17a0d711b436f7063ae496.tar.gz
minetest-95c88d258b46dde75a17a0d711b436f7063ae496.tar.bz2
minetest-95c88d258b46dde75a17a0d711b436f7063ae496.zip
still a little fix!
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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;