Patch by taos to add localized catalog for the Keymaps Modifier keys window.

Due to a missing entry in Keymap's Jamfile, the localized strings of
ModifierKeysWindow.cpp are not yet included in the corresponding catalog
on HTA.

The attached patch adds ModifierKeysWindow.cpp to DoCatalogs and changes 'Ok' to 'OK'.

Fixes #8127
This commit is contained in:
John Scipione
2011-11-14 11:50:51 -05:00
parent 5a2c35728d
commit 4d3d4878a5
2 changed files with 4 additions and 2 deletions
@@ -81,7 +81,7 @@ ModifierKeysWindow::ModifierKeysWindow()
new BMessage(kMsgRevertModifiers));
fRevertButton->SetEnabled(false);
fOkButton = new BButton("OkButton", B_TRANSLATE("Ok"),
fOkButton = new BButton("OkButton", B_TRANSLATE("OK"),
new BMessage(kMsgApplyModifiers));
fOkButton->MakeDefault(true);