From kde-bugs-dist Thu Nov 30 20:20:50 2006 From: Maximilian Kossick Date: Thu, 30 Nov 2006 20:20:50 +0000 To: kde-bugs-dist Subject: [Bug 114800] Title - Artist | Album | Length unable to translate Message-Id: <20061130202050.10563.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=116491806816311 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=114800 maximilian.kossick googlemail com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From maximilian.kossick googlemail com 2006-11-30 21:20 ------- SVN commit 609447 by mkossick: replaced image with normal text BUG: 114800 M +2 -2 playerwindow.cpp --- trunk/extragear/multimedia/amarok/src/playerwindow.cpp #609446:609447 @ -185,11 +185,11 @ m_pPlaylistButton->setOn( parent->isShown() || enablePlaylist ); - m_pDescription = createWidget( QRect(4,6, 130,10), this ); + m_pDescription = createWidget( QRect(4,6, 250,10), this ); m_pTimeSign = createWidget( QRect(6,40, 10,10), this, 0, Qt::WRepaintNoErase ); m_pVolSign = createWidget( QRect(295,7, 9,8), this ); - m_pDescription->setPixmap( getPNG( "description" ) ); + m_pDescription->setText( i18n( "Title-Artist|Album|Length" ) ); m_pVolSign ->setPixmap( getPNG( "vol_speaker" ) );