CComponentsWindow: use FONT_TYPE_BUTTON_TEXT instead FONT_TYPE_MENU_FOOT

Buttton text is not the same like footer text.
This commit is contained in:
2016-12-29 23:38:18 +01:00
parent e9122fbc4b
commit 6a3b07152f

View File

@@ -145,7 +145,7 @@ void CComponentsWindow::initVarWindow( const int& x_pos, const int& y_pos, const
ccw_right_sidebar= NULL;
ccw_body = NULL;
ccw_footer = NULL;
ccw_button_font = g_Font[SNeutrinoSettings::FONT_TYPE_MENU_FOOT];
ccw_button_font = g_Font[SNeutrinoSettings::FONT_TYPE_BUTTON_TEXT];
ccw_buttons = 0; //no header buttons
ccw_show_footer = true;