gui/start_wizard.cpp: hack to enable easy setup aka fast scan setup, if locale is nederlands only

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3e207638ef
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-08-05 (Mon, 05 Aug 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-08-05 19:43:45 +04:00
parent 9b7f005524
commit 1fba1d3eb8

View File

@@ -94,6 +94,8 @@ int CStartUpWizard::exec(CMenuTarget* parent, const string & /*actionKey*/)
{
int advanced = 1;
#ifdef ENABLE_FASTSCAN
std::string lang = g_settings.language;
if (lang == "nederlands") {
advanced = 0;
CMenuWidget wtype(LOCALE_WIZARD_SETUP);
wtype.setWizardMode(true);
@@ -102,6 +104,7 @@ int CStartUpWizard::exec(CMenuTarget* parent, const string & /*actionKey*/)
mc->setHint("", LOCALE_WIZARD_SETUP_TYPE_HINT);
wtype.addItem(mc);
wtype.exec(NULL, "");
}
#endif
//open video settings in wizardmode
if(advanced && res != menu_return::RETURN_EXIT_ALL) {