From eede25d31f3f4ddf64433e4b5f2335bd948aad4b Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Sat, 16 Feb 2013 11:19:10 -0500 Subject: [PATCH] Make FirstBootPrompt write the settings immediately upon launch. If a user does not select anything, the default settings will be written. Part of #9427 --- src/apps/firstbootprompt/BootPromptWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/firstbootprompt/BootPromptWindow.cpp b/src/apps/firstbootprompt/BootPromptWindow.cpp index 113a7d7fcd..b819133c71 100644 --- a/src/apps/firstbootprompt/BootPromptWindow.cpp +++ b/src/apps/firstbootprompt/BootPromptWindow.cpp @@ -171,7 +171,7 @@ BootPromptWindow::BootPromptWindow() fKeymapsMenuField = new BMenuField("", "", new BMenu("")); fKeymapsMenuField->Menu()->SetLabelFromMarked(true); - _InitCatalog(false); + _InitCatalog(true); _PopulateLanguages(); _PopulateKeymaps();