aboutsummaryrefslogtreecommitdiff
path: root/src/ui/textscroller.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-10-11 09:22:03 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-10-11 09:22:03 +0000
commit5c7f1aebc57e74548bf5b3e09e407845bc520fb8 (patch)
treebe16157cc55361187ad37d260bc1b5725ce078ac /src/ui/textscroller.cpp
parent5b725c1e9c1e12753d67dc3150025e5b1a8e5ecd (diff)
downloadqmmp-5c7f1aebc57e74548bf5b3e09e407845bc520fb8.tar.gz
qmmp-5c7f1aebc57e74548bf5b3e09e407845bc520fb8.tar.bz2
qmmp-5c7f1aebc57e74548bf5b3e09e407845bc520fb8.zip
updated *.ts files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1305 90c681e8-e032-0410-971d-27865f9a5e38
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());
}