X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Ftopicwidget.cpp;h=e9d71b7bbddf744dde9148731ad73f8befafa92e;hb=c8ddabf364eff2400c61cea395aefe69eb8ba1b3;hp=c75610902b713622b2dd00a474d122c97968d303;hpb=0fdc92b633d25609933314dc4fd942a7ab5dd94a;p=quassel.git diff --git a/src/qtui/topicwidget.cpp b/src/qtui/topicwidget.cpp index c7561090..e9d71b7b 100644 --- a/src/qtui/topicwidget.cpp +++ b/src/qtui/topicwidget.cpp @@ -261,7 +261,7 @@ bool TopicWidget::eventFilter(QObject* obj, QEvent* event) QString TopicWidget::sanitizeTopic(const QString& topic) { // Normally, you don't have new lines in topic messages - // But the use of "plain text" functionnality from Qt replaces + // But the use of "plain text" functionality from Qt replaces // some unicode characters with a new line, which then triggers // a stack overflow later QString result(topic);