summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-04 09:07:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-04 09:07:51 +0200
commitf8fc3b502ac230b2f652f51009894e96891411c8 (patch)
treee81e331b7a55594fb79ed6185f44113f76fb4b84 /config.c
parent857e29a43d83428d322e4ccadcd3f8a2925e1fa5 (diff)
downloadvdr-f8fc3b502ac230b2f652f51009894e96891411c8.tar.gz
vdr-f8fc3b502ac230b2f652f51009894e96891411c8.tar.bz2
Fixed making LCARS the default skin
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.c b/config.c
index b6c4b42d..9d19319a 100644
--- a/config.c
+++ b/config.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: config.c 2.22 2012/05/11 11:06:57 kls Exp $
+ * $Id: config.c 2.23 2012/06/04 09:06:57 kls Exp $
*/
#include "config.h"
@@ -373,7 +373,7 @@ cSetup Setup;
cSetup::cSetup(void)
{
strcpy(OSDLanguage, ""); // default is taken from environment
- strcpy(OSDSkin, "sttng");
+ strcpy(OSDSkin, "lcars");
strcpy(OSDTheme, "default");
PrimaryDVB = 1;
ShowInfoOnChSwitch = 1;