mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed making LCARS the default skin
This commit is contained in:
parent
857e29a43d
commit
f8fc3b502a
1
HISTORY
1
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.
|
||||
|
4
config.c
4
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;
|
||||
|
Loading…
Reference in New Issue
Block a user