Hack to use different locale for back item in initial startup settings

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@471 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: efa68de194
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-03-09 (Tue, 09 Mar 2010)
This commit is contained in:
[CST] Focus
2010-03-09 19:28:18 +00:00
parent fbe552569f
commit 0f7532b98b
6 changed files with 52 additions and 17 deletions

View File

@@ -346,6 +346,7 @@ class CMenuWidget : public CMenuTarget
unsigned int current_page;
unsigned int total_pages;
bool exit_pressed;
bool from_wizard;
void Init(const std::string & Icon, const int mwidth, const int mheight);
virtual void paintItems();
@@ -366,6 +367,7 @@ class CMenuWidget : public CMenuTarget
int getSelected() { return selected; };
void move(int xoff, int yoff);
int getSelectedLine(void){return exit_pressed ? -1 : selected;};
void setWizardMode(bool _from_wizard) { from_wizard = _from_wizard;};
};
class CPINProtection