From ae9c6ccad6ba1ab419fe73d9e75f545cbbb62c96 Mon Sep 17 00:00:00 2001 From: Andreas Mair Date: Mon, 18 Jun 2007 16:15:02 +0200 Subject: 2007-06-18: Version 0.0.5rc2 - Added Italian translation (Submitted by Gringo). - Changed logging to only report missing channel logos once. - Use MAXFONTNAME and MAXFONTSIZE as introduced in VDR 1.5.3. - Recognize VDR >=1.5.3 and disable HAVE_FREETYPE. - Fixed font initialization. - Updated MoBuntu theme (Submitted by Morone @vdr-portal.de). - Set correct editable width for OSD text inputs (Reported by Brougs78 @vdr-portal.de). - Fixed calculation of bottom line in channel info (Reported by CKone @vdr-portal.de). - Hide "Set" button in fonts setup if TTF support disabled. - Fixed crash in TTF setup if no TrueType fonts were found (Reported by pat @vdr-portal.de). - Set correct title in setup submenus (Reported by pat @vdr-portal.de). - Minor bugfixes. --- config.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.c') diff --git a/config.c b/config.c index e666668..8885e01 100644 --- a/config.c +++ b/config.c @@ -74,8 +74,11 @@ cEnigmaConfig::cEnigmaConfig() : showAuxInfo(1), showLogo(1), showVps(1), showSy case FONT_DETAILSSUBTITLE: allFonts[id].VdrId = fontSml + 1; break; + case FONT_FIXED: + allFonts[id].VdrId = fontFix + 1; + break; default: - allFonts[id].VdrId = fontOsd + 2; + allFonts[id].VdrId = fontOsd + 1; } memset(allFonts[id].Name, 0, sizeof(allFonts[id].Name)); allFonts[id].Width = 100; -- cgit v1.2.3