mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
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:
@@ -222,14 +222,14 @@ void CMenuItem::paintItemCaption(const bool select_mode, const char * right_text
|
||||
CVFD::getInstance()->showMenuText(0, str, -1, true);
|
||||
//NI lcd4l-support
|
||||
if(g_settings.lcd4l_support)
|
||||
LCD4l->CreateFile("/tmp/lcd/menu", str);
|
||||
LCD4l->CreateFile("/tmp/lcd/menu", str, g_settings.lcd4l_convert);
|
||||
}
|
||||
else
|
||||
{
|
||||
CVFD::getInstance()->showMenuText(0, left_text, -1, true);
|
||||
//NI lcd4l-support
|
||||
if(g_settings.lcd4l_support)
|
||||
LCD4l->CreateFile("/tmp/lcd/menu", left_text);
|
||||
LCD4l->CreateFile("/tmp/lcd/menu", left_text, g_settings.lcd4l_convert);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user