mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
CImageInfo: split function InitLicenseText()
InitInfoText() now handles only infotext via parameter text, so it is possible to set different text into infobox item.
This commit is contained in:
@@ -55,7 +55,8 @@ class CImageInfo : public CMenuTarget
|
||||
void Init();
|
||||
void InitMinitv();
|
||||
void InitInfos();
|
||||
void InitLicenseText();
|
||||
void InitInfoText(const std::string& text);
|
||||
std::string getLicenseText();
|
||||
void ShowWindow();
|
||||
void ScrollLic(bool scrollDown);
|
||||
|
||||
|
Reference in New Issue
Block a user