mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
lcd4linux: allow to switch umlauts conversion
Origin commit data
------------------
Commit: 4a7696b404
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-24 (Tue, 24 May 2016)
Origin message was:
------------------
- lcd4linux: allow to switch umlauts conversion
This commit is contained in:
@@ -2069,7 +2069,7 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
|
||||
updateVfd();
|
||||
//NI lcd4l-support
|
||||
if(g_settings.lcd4l_support)
|
||||
LCD4l->CreateFile("/tmp/lcd/menu", chan->getName().c_str());
|
||||
LCD4l->CreateFile("/tmp/lcd/menu", chan->getName().c_str(), g_settings.lcd4l_convert);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user