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); }