mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31: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.
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:
@@ -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