CScreenSaver: use common time format

Origin commit data
------------------
Commit: 7091383170
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-05-07 (Sat, 07 May 2016)
This commit is contained in:
2016-05-07 22:32:25 +02:00
parent 85b1b23b90
commit 35ca18beee

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