timerlist: align header's clock format to the other header-clocks

Origin commit data
------------------
Branch: ni/coolstream
Commit: c357993cb9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-06-20 (Tue, 20 Jun 2017)

Origin message was:
------------------
- timerlist: align header's clock format to the other header-clocks

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-06-20 16:25:52 +02:00
parent 4b7badf315
commit 092119c02e

View File

@@ -1388,7 +1388,7 @@ void CTimerList::paintHead()
if (header == NULL)
{
header = new CComponentsHeader(x, y, width, header_height, LOCALE_TIMERLIST_NAME, NEUTRINO_ICON_TIMER, CComponentsHeader::CC_BTN_MENU | CComponentsHeader::CC_BTN_EXIT, NULL, CC_SHADOW_ON);
header->enableClock(true, " %d.%m.%Y, %H:%M ", " %d.%m.%Y, %H.%M ", true);
header->enableClock(true, " %d.%m.%Y, %H:%M ", " %d.%m.%Y, %H %M ", true);
}
header->paint(CC_SAVE_SCREEN_NO);
}