mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 15:16:07 +01:00
2019-09-09 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdairplay(1) that caused the log name displayed on the title bar to have its last four characters truncated.
This commit is contained in:
@@ -2096,7 +2096,7 @@ void MainWidget::SetCaption()
|
||||
setWindowTitle(QString("RDAirPlay")+" v"+VERSION+" - "+tr("Host")+": "+
|
||||
rda->config()->stationName()+" "+
|
||||
tr("User:")+" "+rda->ripc()->user()+" "+
|
||||
tr("Log:")+" "+log.left(log.length()-4)+" "+
|
||||
tr("Log:")+" "+log+" "+
|
||||
tr("Service:")+" "+air_log[0]->serviceName());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user