* Only overwrite the keymap label with "Custom" if there actually is no keymap
selected. * This fixes #7553. +alpha git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41762 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -279,7 +279,8 @@ BootPromptWindow::_UpdateStrings()
|
||||
|
||||
fLanguagesLabelView->SetText(B_TRANSLATE("Language"));
|
||||
fKeymapsMenuField->SetLabel(B_TRANSLATE("Keymap"));
|
||||
fKeymapsMenuField->MenuItem()->SetLabel(B_TRANSLATE("Custom"));
|
||||
if (fKeymapsMenuField->Menu()->FindMarked() == NULL)
|
||||
fKeymapsMenuField->MenuItem()->SetLabel(B_TRANSLATE("Custom"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user