[haiku-commits] haiku: hrev54117 - src/apps/firstbootprompt

  • From: Adrien Destugues <pulkomandy@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 2 May 2020 06:37:15 -0400 (EDT)

hrev54117 adds 1 changeset to branch 'master'
old head: 13cb3249a7da212bdc9bd7275757dc870e4896cb
new head: 96240a75f199fc5fa43073ed1aaeb81eb135375b
overview: 
https://git.haiku-os.org/haiku/log/?qt=range&q=96240a75f199+%5E13cb3249a7da

----------------------------------------------------------------------------

96240a75f199: FirstBootPrompt: fix a typo

                             [ Adrien Destugues <pulkomandy@xxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev54117
Commit:      96240a75f199fc5fa43073ed1aaeb81eb135375b
URL:         https://git.haiku-os.org/haiku/commit/?id=96240a75f199
Author:      Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
Date:        Sat May  2 10:36:30 2020 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/firstbootprompt/BootPromptWindow.cpp | 2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/firstbootprompt/BootPromptWindow.cpp 
b/src/apps/firstbootprompt/BootPromptWindow.cpp
index f08e469832..d8d36bef45 100644
--- a/src/apps/firstbootprompt/BootPromptWindow.cpp
+++ b/src/apps/firstbootprompt/BootPromptWindow.cpp
@@ -69,7 +69,7 @@ static const char* kLanguageKeymapMappings[] = {
        // Cyrillic keymaps are not usable alone, as latin alphabet is required 
to
        // use Terminal. So we stay in US international until the user has a 
chance
        // to set up KeymapSwitcher. TODO enable KeymapSwitcher automatically.
-       "Belarussian", "US-International",
+       "Belarusian", "US-International",
        "Russian", "US-International",
        "Ukrainian", "US-International",
 


Other related posts:

  • » [haiku-commits] haiku: hrev54117 - src/apps/firstbootprompt - Adrien Destugues