From 5c7f1aebc57e74548bf5b3e09e407845bc520fb8 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 11 Oct 2009 09:22:03 +0000 Subject: updated *.ts files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1305 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/textscroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/textscroller.cpp') 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()); } -- cgit v1.2.3-13-gbd6f