Make FirstBootPrompt write the settings immediately upon launch.

If a user does not select anything, the default settings will be written.
Part of #9427
This commit is contained in:
Matt Madia 2013-02-16 11:19:10 -05:00
parent e0566cc88e
commit eede25d31f

View File

@ -171,7 +171,7 @@ BootPromptWindow::BootPromptWindow()
fKeymapsMenuField = new BMenuField("", "", new BMenu(""));
fKeymapsMenuField->Menu()->SetLabelFromMarked(true);
_InitCatalog(false);
_InitCatalog(true);
_PopulateLanguages();
_PopulateKeymaps();