From c159fec182e9dfe6f05ae56327768b7fff8be17b Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Mon, 15 Aug 2016 21:22:17 +0200 Subject: [PATCH] - neutrinofonts: remove wrong name from signal_font struct --- src/driver/neutrinofonts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/neutrinofonts.cpp b/src/driver/neutrinofonts.cpp index ae69f117d..2f4a3722c 100644 --- a/src/driver/neutrinofonts.cpp +++ b/src/driver/neutrinofonts.cpp @@ -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 */ -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() {