From 304e6f616e2001ed8e53e35f1ca7097a1c56e452 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sat, 7 May 2016 22:32:25 +0200 Subject: [PATCH] CScreenSaver: use common time format Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7091383170bab9d8598aa3e14513aae9fcc03a65 Author: Thilo Graf Date: 2016-05-07 (Sat, 07 May 2016) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/screensaver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/screensaver.cpp b/src/gui/screensaver.cpp index 05c7396e5..e84c52144 100644 --- a/src/gui/screensaver.cpp +++ b/src/gui/screensaver.cpp @@ -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);