diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-02-15 16:14:02 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-02-15 16:14:02 +0200 |
commit | 95c88d258b46dde75a17a0d711b436f7063ae496 (patch) | |
tree | c6c14d1db965e30c552dda315c1855214f26c983 | |
parent | 40556f4b2deea7872456d8f9d7a4fa8aa954ea11 (diff) | |
download | minetest-95c88d258b46dde75a17a0d711b436f7063ae496.tar.gz minetest-95c88d258b46dde75a17a0d711b436f7063ae496.tar.bz2 minetest-95c88d258b46dde75a17a0d711b436f7063ae496.zip |
still a little fix!
-rw-r--r-- | src/main.cpp | 2 |
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;
|