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:
2013-10-19 01:17:48 +02:00
parent 3438b23f68
commit 8e246f16a8
2 changed files with 18 additions and 8 deletions

View File

@@ -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);