From f8fc3b502ac230b2f652f51009894e96891411c8 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 4 Jun 2012 09:07:51 +0200 Subject: [PATCH] Fixed making LCARS the default skin --- HISTORY | 1 + config.c | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 74c07b2e..b942af82 100644 --- a/HISTORY +++ b/HISTORY @@ -7157,3 +7157,4 @@ Video Disk Recorder Revision History out, for instance, pure replay devices (suggested by Reinhard Nissl). - Now scaling down the Transfer Mode indicator bitmap in the LCARS skin in case it doesn't fit with the selected font size (reported by Reinhard Nissl). +- Fixed making LCARS the default skin. 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;