summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/vdr.c b/vdr.c
index e4874afc..e1aca589 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.cadsoft.de/vdr
*
- * $Id: vdr.c 1.169 2003/09/14 09:36:54 kls Exp $
+ * $Id: vdr.c 1.170 2003/10/19 15:14:42 kls Exp $
*/
#include <getopt.h>
@@ -358,6 +358,8 @@ int main(int argc, char *argv[])
))
return 2;
+ cFont::SetCode(I18nCharSets()[Setup.OSDLanguage]);
+
// DVB interfaces:
cDvbDevice::Initialize();