summaryrefslogtreecommitdiff
path: root/menu.c
diff options
context:
space:
mode:
authorTobias Grimm <tobias@e-tobi.loc>2008-12-13 18:46:51 +0100
committerTobias Grimm <tobias@e-tobi.loc>2008-12-13 18:51:20 +0100
commit49b4b15233a7efbc0bc7bd6cb33daecd7a2a75dc (patch)
treee82094033a2ad380abf8ec2c119cd6617cd5d62f /menu.c
parent191ece68c0c57adff721914dca53efadbefd0261 (diff)
downloadvdr-plugin-osdteletext-49b4b15233a7efbc0bc7bd6cb33daecd7a2a75dc.tar.gz
vdr-plugin-osdteletext-49b4b15233a7efbc0bc7bd6cb33daecd7a2a75dc.tar.bz2
switched completely to VDR 1.6's I18N system and removed the old crap - no more support for older VDR versions!
Diffstat (limited to 'menu.c')
-rw-r--r--menu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/menu.c b/menu.c
index be10632..d8ce487 100644
--- a/menu.c
+++ b/menu.c
@@ -12,7 +12,6 @@
#include <time.h>
#include <vdr/interface.h>
-#include <vdr/i18n.h>
#include <vdr/config.h>
#include "menu.h"
@@ -155,8 +154,7 @@ eOSState TeletextBrowser::ProcessKey(eKeys Key) {
ChannelSwitched(selectingChannelNumber);
else {
needClearMessage=true;
- //string tranlated in VDR's i18n.c
- Display::DrawMessage(tr("*** Invalid Channel ***"));
+ Display::DrawMessage(trVDR("*** Invalid Channel ***"));
}
} else {
ShowPage();