Adapting certain files to the changed font handling of info clock

This commit is contained in:
M. Liebmann
2013-11-26 14:16:11 +01:00
parent 1bfb6d2cd3
commit 90985f11d2
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();
}