From 4efb6e5dca657a4d04d2e995df762054df227a6e Mon Sep 17 00:00:00 2001 From: andreas 'randy' weinberger Date: Sun, 28 Feb 2010 12:13:17 +0100 Subject: added UTF8 support (vdr-graphlcd-0.1.5-utf8_i18n.diff) --- menu.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'menu.c') diff --git a/menu.c b/menu.c index 5394346..b3b6e07 100644 --- a/menu.c +++ b/menu.c @@ -31,15 +31,15 @@ cGraphLCDMenuSetup::cGraphLCDMenuSetup() { static const char * showDateTimeValues[3]; - showDateTimeValues[0] = tr("no"); - showDateTimeValues[1] = tr("yes"); + showDateTimeValues[0] = trVDR("no"); + showDateTimeValues[1] = trVDR("yes"); showDateTimeValues[2] = tr("not in menu"); static const char * showSymbolsValues[3]; - showSymbolsValues[0] = tr("no"); - showSymbolsValues[1] = tr("yes"); + showSymbolsValues[0] = trVDR("no"); + showSymbolsValues[1] = trVDR("yes"); showSymbolsValues[2] = tr("compressed"); static const char * showLogoValues[4]; - showLogoValues[0] = tr("no"); + showLogoValues[0] = trVDR("no"); showLogoValues[1] = tr("auto"); showLogoValues[2] = tr("medium"); showLogoValues[3] = tr("large"); -- cgit v1.2.3