* Use dynamic text for software update online/local

This commit is contained in:
micha-bbg
2012-08-10 18:20:33 +02:00
parent 77bccfce64
commit bb4682125f
8 changed files with 34 additions and 19 deletions

View File

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