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