mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
webtv-setup: align keyboardinput to new template length
Origin commit data
------------------
Branch: ni/coolstream
Commit: e21c612cf5
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-02-14 (Fri, 14 Feb 2020)
Origin message was:
------------------
- webtv-setup: align keyboardinput to new template length
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -145,7 +145,7 @@ int CWebTVSetup::exec(CMenuTarget *parent, const std::string &actionKey)
|
||||
tpl += "?mode=tv";
|
||||
std::string entry = tpl;
|
||||
|
||||
CKeyboardInput *e = new CKeyboardInput(LOCALE_WEBTV_XML_ENTER, &entry, 50);
|
||||
CKeyboardInput *e = new CKeyboardInput(LOCALE_WEBTV_XML_ENTER, &entry, 52);
|
||||
e->exec(this, "");
|
||||
delete e;
|
||||
|
||||
|
Reference in New Issue
Block a user