lcd4linux: allow to switch umlauts conversion

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a7696b404
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-24 (Tue, 24 May 2016)

Origin message was:
------------------
- lcd4linux: allow to switch umlauts conversion

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-05-24 10:32:02 +02:00
parent 1ed6a6771e
commit 7c0a99b35d
12 changed files with 24 additions and 7 deletions

View File

@@ -641,7 +641,7 @@ void CBouquetList::paintItem(int pos)
CVFD::getInstance()->showMenuText(0, lname, -1, true);
//NI lcd4l-support
if(g_settings.lcd4l_support)
LCD4l->CreateFile("/tmp/lcd/menu", lname);
LCD4l->CreateFile("/tmp/lcd/menu", lname, g_settings.lcd4l_convert);
} else {
if(!favonly && (npos < (int) Bouquets.size()))
iscurrent = !Bouquets[npos]->channelList->isEmpty();