diff options
author | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2017-04-02 02:37:28 +0300 |
---|---|---|
committer | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2017-04-02 02:37:28 +0300 |
commit | 157e32950dcded05cef247a9be36f9f4eb6a9ffb (patch) | |
tree | dfafe30559a8fe67c5f75ae7cf35635177904b2c /osdteletext.c | |
parent | f33a7a61d91507ef0583ab9e9f6c2d75a44655e2 (diff) | |
download | vdr-plugin-osdteletext-157e32950dcded05cef247a9be36f9f4eb6a9ffb.tar.gz vdr-plugin-osdteletext-157e32950dcded05cef247a9be36f9f4eb6a9ffb.tar.bz2 |
Use a correct character conversion table for Finnish/Swedish.
Diffstat (limited to 'osdteletext.c')
-rw-r--r-- | osdteletext.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/osdteletext.c b/osdteletext.c index e2dadf1..1c3eeb4 100644 --- a/osdteletext.c +++ b/osdteletext.c @@ -317,8 +317,7 @@ void cTeletextSetupPage::Store(void) { ttSetup.HideMainMenu=temp.HideMainMenu; ttSetup.txtFontName=temp.txtFontNames[temp.txtFontIndex]; //ttSetup.inactivityTimeout=temp.inactivityTimeout; - std::cout << "store " << (const char *)temp.txtFontName << " " << temp.txtFontIndex << std::endl; - + for (int i=0;i<LastActionKey;i++) { SetupStore(actionKeyNames[i].internalName, ttSetup.mapKeyToAction[i]); } |