mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
* Use dynamic text for software update online/local
This commit is contained in:
@@ -49,8 +49,9 @@ class CUrlConfigSetupNotifier : public CChangeObserver
|
||||
{
|
||||
private:
|
||||
CMenuItem* toDisable[2];
|
||||
CMenuForwarder * updateItem;
|
||||
public:
|
||||
CUrlConfigSetupNotifier( CMenuItem*, CMenuItem*);
|
||||
CUrlConfigSetupNotifier( CMenuItem*, CMenuItem*, CMenuForwarder *);
|
||||
bool changeNotify(const neutrino_locale_t = NONEXISTANT_LOCALE, void *data = NULL);
|
||||
};
|
||||
|
||||
@@ -58,6 +59,7 @@ class CUpdateSettings : public CMenuTarget
|
||||
{
|
||||
private:
|
||||
int width;
|
||||
CMenuForwarder * updateItem;
|
||||
int initMenu();
|
||||
|
||||
CFlashExpert *fe;
|
||||
@@ -66,7 +68,7 @@ class CUpdateSettings : public CMenuTarget
|
||||
#endif
|
||||
|
||||
public:
|
||||
CUpdateSettings();
|
||||
CUpdateSettings(CMenuForwarder * update_item);
|
||||
~CUpdateSettings();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
};
|
||||
|
Reference in New Issue
Block a user