diff options
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.c 1.155 2007/08/10 12:58:08 kls Exp $ + * $Id: config.c 1.156 2007/08/12 12:09:37 kls Exp $ */ #include "config.h" @@ -214,7 +214,7 @@ cSetup Setup; cSetup::cSetup(void) { - strcpy(OSDLanguage, I18N_DEFAULT_LOCALE); + strcpy(OSDLanguage, ""); // default is taken from environment strcpy(OSDSkin, "sttng"); strcpy(OSDTheme, "default"); PrimaryDVB = 1; |