Fixed making LCARS the default skin

This commit is contained in:
Klaus Schmidinger 2012-06-04 09:07:51 +02:00
parent 857e29a43d
commit f8fc3b502a
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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;