CScreenSaver: use common time format

Origin commit data
------------------
Branch: ni/coolstream
Commit: 7091383170
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-05-07 (Sat, 07 May 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2016-05-07 22:32:25 +02:00
parent 716c7eca13
commit 304e6f616e

View File

@@ -269,7 +269,7 @@ void CScreenSaver::paint()
}
else{
if (!scr_clock){
scr_clock = new CComponentsFrmClock(1, 1, NULL, "%H.%M:%S", "%H.%M %S", true);
scr_clock = new CComponentsFrmClock(1, 1, NULL, "%H:%M:%S", "%H:%M %S", true);
scr_clock->setClockFont(g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_NUMBER]);
scr_clock->disableSaveBg();
scr_clock->doPaintBg(false);