aboutsummaryrefslogtreecommitdiff
path: root/src/ui/textscroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/textscroller.cpp')
-rw-r--r--src/ui/textscroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/textscroller.cpp b/src/ui/textscroller.cpp
index 2ab2862f2..ef794ec10 100644
--- a/src/ui/textscroller.cpp
+++ b/src/ui/textscroller.cpp
@@ -103,7 +103,7 @@ void TextScroller::setText(const QString& text)
if (m_text != text)
{
m_text = text;
- m_scrollText = ".:: " + text + " ::.";
+ m_scrollText = "*** " + text;
x = m_autoscroll ? -50 : -150;
m_bitmap = m_bitmapConf && (m_text.toLatin1() == m_text.toLocal8Bit());
}