projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40556f4
)
still a little fix!
author
Perttu Ahola
<celeron55@gmail.com>
Tue, 15 Feb 2011 14:14:02 +0000
(16:14 +0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Tue, 15 Feb 2011 14:14:02 +0000
(16:14 +0200)
src/main.cpp
patch
|
blob
|
history
diff --git
a/src/main.cpp
b/src/main.cpp
index 452030a24454501c55f067c1e5676d540420f081..503439d104a8618cbeb1ef17b9c190c09884b364 100644
(file)
--- a/
src/main.cpp
+++ b/
src/main.cpp
@@
-577,7
+577,7
@@
struct TextDestChat : public TextDest
std::wstring reply = L"Local: ";
\r
\r
reply += L"Local commands not yet supported. "
\r
- "Server prefix is \"/#\".";
\r
+
L
"Server prefix is \"/#\".";
\r
\r
m_client->addChatMessage(reply);
\r
return;
\r