mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
start_wizard: ensure sytem timezone settings are sane
This commit is contained in:
@@ -91,6 +91,10 @@ int CStartUpWizard::exec(CMenuTarget* parent, const string & /*actionKey*/)
|
||||
languageSettings.showLanguageSetup(&osdl_setup);
|
||||
osdl_setup.exec(NULL, "");
|
||||
|
||||
/* hack to ensure system's view of timezone is the same as neutrino's */
|
||||
CTZChangeNotifier tzn;
|
||||
tzn.changeNotify(NONEXISTANT_LOCALE, (void *)"dummy");
|
||||
|
||||
#if 0
|
||||
if(ShowMsg (LOCALE_WIZARD_WELCOME_HEAD, g_Locale->getText(LOCALE_WIZARD_WELCOME_TEXT), CMessageBox::mbrYes, CMessageBox::mbYes | CMessageBox::mbrCancel) == CMessageBox::mbrYes)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user