From f7d3730080ac8d9af67c840a05f1809053cf1d02 Mon Sep 17 00:00:00 2001 From: thunder2 Date: Sun, 8 Mar 2015 16:31:15 +0000 Subject: [PATCH] Fixed missing spaces in chat style. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8001 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/chat/ChatStyle.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/retroshare-gui/src/gui/chat/ChatStyle.cpp b/retroshare-gui/src/gui/chat/ChatStyle.cpp index dcddbb2dc..d7759f4d5 100644 --- a/retroshare-gui/src/gui/chat/ChatStyle.cpp +++ b/retroshare-gui/src/gui/chat/ChatStyle.cpp @@ -336,7 +336,6 @@ QString ChatStyle::formatMessage(enumFormatMessage type, const QString &name, co style = "
%name%%time%
%message%
"; } - style = style.replace("\r","").replace("\n","").replace("\t","") ; m_style[type] = style; }