CImageInfo: split function InitLicenseText()

InitInfoText() now handles only infotext via parameter text, so it is
possible to set different text into infobox item.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e246f16a8
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-10-19 (Sat, 19 Oct 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-10-19 01:17:48 +02:00
parent 8288a4eb9a
commit 99e01e77e3
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);