neutrinofonts: remove wrong name from signal_font struct

Origin commit data
------------------
Commit: c159fec182
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-15 (Mon, 15 Aug 2016)

Origin message was:
------------------
- neutrinofonts: remove wrong name from signal_font struct
This commit is contained in:
vanhofen
2016-08-15 21:22:17 +02:00
parent ca9a7e02ee
commit 4d5891cde3

View File

@@ -48,7 +48,7 @@ extern font_sizes_groups_struct font_sizes_groups[];
extern font_sizes_struct neutrino_font[];
extern const char * locale_real_names[]; /* #include <system/locals_intern.h> */
const font_sizes_struct signal_font = {LOCALE_FONTSIZE_INFOBAR_SMALL, 14, CNeutrinoFonts::FONT_STYLE_REGULAR, 1};
const font_sizes_struct signal_font = {NONEXISTANT_LOCALE, 14, CNeutrinoFonts::FONT_STYLE_REGULAR, 1};
CNeutrinoFonts::CNeutrinoFonts()
{