mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 15:41:00 +02:00
imdb/tmdb: more unifications; setTitle()
Origin commit data
------------------
Commit: 5d2ede622f
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-05-03 (Mon, 03 May 2021)
Origin message was:
------------------
- imdb/tmdb: more unifications; setTitle()
This commit is contained in:
@@ -66,7 +66,7 @@ void CTMDB::setTitle(std::string epgtitle)
|
||||
{
|
||||
minfo.epgtitle = epgtitle;
|
||||
|
||||
hintbox = new CHintBox(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_TMDB_READ_DATA));
|
||||
hintbox = new CHintBox(LOCALE_MESSAGEBOX_INFO, LOCALE_TMDB_READ_DATA);
|
||||
hintbox->paint();
|
||||
|
||||
std::string lang = Lang2ISO639_1(g_settings.language);
|
||||
|
Reference in New Issue
Block a user