From kde-commits Thu Jul 29 13:20:23 2004 From: =?utf-8?q?Lu=C3=ADs=20Pedro=20Coelho?= Date: Thu, 29 Jul 2004 13:20:23 +0000 To: kde-commits Subject: kdemultimedia/kscd Message-Id: <20040729132023.386D09144 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=109110723610795 CVS commit by luis_pedro: Have a separator between the Album and the Track name. OKed by Alexander Kern. M +1 -0 kscd.cpp 1.264 --- kdemultimedia/kscd/kscd.cpp #1.263:1.264 @@ -1488,4 +1488,5 @@ void KSCD::setTitle(int track) titlelabel->setText(title); + tooltip += " / "; tooltip += KStringHandler::rsqueeze(title, 30); }