mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Update menu changes; setup wizard banner
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@634 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: c3897d3231
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-06-19 (Sat, 19 Jun 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2612,32 +2612,34 @@ int CNeutrinoApp::run(int argc, char **argv)
|
||||
|
||||
if (display_language_selection) {
|
||||
hintBox->hide();
|
||||
languageSettings.setWizardMode(true);
|
||||
int ret = languageSettings.exec(NULL, "");
|
||||
languageSettings.setWizardMode(false);
|
||||
if(ShowMsgUTF (LOCALE_WIZARD_WELCOME_HEAD, g_Locale->getText(LOCALE_WIZARD_WELCOME_TEXT), CMessageBox::mbrYes, CMessageBox::mbYes | CMessageBox::mbrCancel) == CMessageBox::mbrYes) {
|
||||
languageSettings.setWizardMode(true);
|
||||
int ret = languageSettings.exec(NULL, "");
|
||||
languageSettings.setWizardMode(false);
|
||||
|
||||
if(ret != menu_return::RETURN_EXIT_ALL) {
|
||||
videoSettings->setWizardMode(true);
|
||||
videoSettings->exec(NULL, "");
|
||||
videoSettings->setWizardMode(false);
|
||||
}
|
||||
if(ret != menu_return::RETURN_EXIT_ALL) {
|
||||
colorSettings.setWizardMode(true);
|
||||
colorSettings.exec(NULL, "");
|
||||
colorSettings.setWizardMode(false);
|
||||
}
|
||||
if(ret != menu_return::RETURN_EXIT_ALL) {
|
||||
networkSettings.setWizardMode(true);
|
||||
networkSettings.exec(NULL, "");
|
||||
networkSettings.setWizardMode(false);
|
||||
}
|
||||
if(ret != menu_return::RETURN_EXIT_ALL) {
|
||||
_scanSettings.setWizardMode(true);
|
||||
_scanSettings.exec(NULL, "");
|
||||
_scanSettings.setWizardMode(false);
|
||||
}
|
||||
if(ret != menu_return::RETURN_EXIT_ALL) {
|
||||
videoSettings->setWizardMode(true);
|
||||
videoSettings->exec(NULL, "");
|
||||
videoSettings->setWizardMode(false);
|
||||
}
|
||||
if(ret != menu_return::RETURN_EXIT_ALL) {
|
||||
colorSettings.setWizardMode(true);
|
||||
colorSettings.exec(NULL, "");
|
||||
colorSettings.setWizardMode(false);
|
||||
}
|
||||
if(ret != menu_return::RETURN_EXIT_ALL) {
|
||||
networkSettings.setWizardMode(true);
|
||||
networkSettings.exec(NULL, "");
|
||||
networkSettings.setWizardMode(false);
|
||||
}
|
||||
if(ret != menu_return::RETURN_EXIT_ALL) {
|
||||
_scanSettings.setWizardMode(true);
|
||||
_scanSettings.exec(NULL, "");
|
||||
_scanSettings.setWizardMode(false);
|
||||
}
|
||||
|
||||
videoDecoder->StopPicture();
|
||||
videoDecoder->StopPicture();
|
||||
}
|
||||
}
|
||||
|
||||
if(loadSettingsErg) {
|
||||
|
Reference in New Issue
Block a user