diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-11 09:22:03 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-10-11 09:22:03 +0000 |
| commit | 5c7f1aebc57e74548bf5b3e09e407845bc520fb8 (patch) | |
| tree | be16157cc55361187ad37d260bc1b5725ce078ac /src/ui/textscroller.cpp | |
| parent | 5b725c1e9c1e12753d67dc3150025e5b1a8e5ecd (diff) | |
| download | qmmp-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.cpp | 2 |
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()); } |
