From 95c88d258b46dde75a17a0d711b436f7063ae496 Mon Sep 17 00:00:00 2001
From: Perttu Ahola <celeron55@gmail.com>
Date: Tue, 15 Feb 2011 16:14:02 +0200
Subject: [PATCH] still a little fix!

---
 src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
GitLab