diff options
author | louis <louis.braun@gmx.de> | 2015-01-21 18:33:19 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-01-21 18:33:19 +0100 |
commit | 140e4207058ad138871231030fa879231b9aa7cb (patch) | |
tree | 4efef177d8d54983be5b3926633dbe8f2706b48c /config.c | |
parent | 07fa0e71ef77a8843c6f796cb6a373abce17d728 (diff) | |
download | vdr-plugin-skindesigner-140e4207058ad138871231030fa879231b9aa7cb.tar.gz vdr-plugin-skindesigner-140e4207058ad138871231030fa879231b9aa7cb.tar.bz2 |
fixed flickering bug with vdr2.1.7
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ cDesignerConfig::cDesignerConfig() { SetSkin(); SetOSDSize(); SetOSDFonts(); - osdLanguage = Setup.OSDLanguage; + osdLanguage = ""; } cDesignerConfig::~cDesignerConfig() { |