mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 01:23:43 +02:00
2014-09-20 Alban Peignier <alban@tryphon.eu>
* Fixes 'Next Timed Start: [nn:nn:nn]' encoding in RdAirPlay
This commit is contained in:
@@ -138,9 +138,8 @@ void PostCounter::UpdateDisplay()
|
||||
}
|
||||
|
||||
if(isEnabled()&&(!post_time.isNull())) {
|
||||
str=QString(tr("Next Timed Start"));
|
||||
point=QString().sprintf("%s [%s]",(const char *)str,
|
||||
(const char *)post_time.toString(post_time_format));
|
||||
point= trUtf8("Next Timed Start") + " [" + post_time.toString(post_time_format) + "]";
|
||||
|
||||
if(post_offset_valid) {
|
||||
if(offset<-POST_COUNTER_MARGIN) {
|
||||
state=QString().sprintf("-%s",(const char *)
|
||||
|
Reference in New Issue
Block a user