diff options
author | ua0lnj <ua0lnj@bk.ru> | 2018-01-28 18:08:45 +1000 |
---|---|---|
committer | Rolf Ahrenberg <Rolf.Ahrenberg@sci.fi> | 2018-01-31 22:57:08 +0200 |
commit | f4a1a56bc8fd826a13acfa2c1256b216e34731e3 (patch) | |
tree | 3dfa8aed7e7c7f6abf5c8771cbabaf0ca1a211a4 /setup.h | |
parent | 5ea42089f22b8eb761be709af5d5896a8d91090d (diff) | |
download | vdr-plugin-osdteletext-f4a1a56bc8fd826a13acfa2c1256b216e34731e3.tar.gz vdr-plugin-osdteletext-f4a1a56bc8fd826a13acfa2c1256b216e34731e3.tar.bz2 |
Add cyrillic code.
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ public: cString txtFontName; cStringList txtFontNames; int txtFontIndex; + int txtG0Block; + int txtG2Block; + const char *txtBlock[11]; }; extern TeletextSetup ttSetup; |