X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fuisupport%2Fuistyle.cpp;h=bee1f4bac24bc2362a236f295955d0a417b68fd6;hp=169f5cd311e48b3e089d5020348cb2aa34268988;hb=b664a5a142f458b8d6b3ccc846df3c0676beb3aa;hpb=d3f99ef6bfc13599dcbddc2f84d29351b7a07d87 diff --git a/src/uisupport/uistyle.cpp b/src/uisupport/uistyle.cpp index 169f5cd3..bee1f4ba 100644 --- a/src/uisupport/uistyle.cpp +++ b/src/uisupport/uistyle.cpp @@ -813,7 +813,7 @@ QString UiStyle::StyledMessage::decoratedSender() const { switch (type()) { case Message::Plain: - return QString("<%1>").arg(plainSender()); break; + return QString("%1").arg(plainSender()); break; case Message::Notice: return QString("[%1]").arg(plainSender()); break; case Message::Action: