diff --git a/TextBar.cpp b/TextBar.cpp index 99e83f2..f3fc033 100644 --- a/TextBar.cpp +++ b/TextBar.cpp @@ -33,9 +33,9 @@ TextScroller::TextScroller (QWidget *parent, uint w, uint h) : QWidget (parent) setAutoFillBackground (true); - //setText (QString::fromUtf8 ("Promoe 0.1")); + setText (QString::fromUtf8 ("Promoe 0.1")); - setText (QString::fromUtf8 ("Okerueu etuoduå öästö åntöå dS !! !¤ ¤ % % & & ¤")); + //setText (QString::fromUtf8 ("Okerueu etuoduå öästö åntöå dS !! !¤ ¤ % % & & ¤")); }