Adapting certain files to the changed font handling of info clock

Origin commit data
------------------
Commit: 90985f11d2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-11-26 (Tue, 26 Nov 2013)
This commit is contained in:
Michael Liebmann
2013-11-26 14:16:11 +01:00
parent e8d55630df
commit cd77f46e24
4 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ CInfoClock* CInfoClock::getInstance()
void CInfoClock::initVarInfoClock()
{
cl_font = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE];
setClockFont(SNeutrinoSettings::FONT_TYPE_MENU_TITLE);
Init();
}