diff --git a/src/GUI.cpp b/src/GUI.cpp index 86cc8fc75..362266d40 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -273,7 +273,7 @@ void GUI::setInfoBar(const QString& info, const QString& color){ infoBar->clear(); nbLines = 1; } - infoBar->append(""+ QTime::currentTime().toString("hh:mm:ss") + " - " + info + "
"); + infoBar->append(""+ QTime::currentTime().toString("hh:mm:ss") + " - " + info + ""); } // Buggy with Qt 4.1.2 : should try with another version