gui/keybind_setup: add units to repeat blocker chooser

Origin commit data
------------------
Commit: 8d7fd8de75
Author: martii <m4rtii@gmx.de>
Date: 2013-12-22 (Sun, 22 Dec 2013)
This commit is contained in:
martii
2013-12-22 13:06:23 +01:00
committed by Jacek Jendrzej
parent 3291eee8fd
commit 2cf1419724

View File

@@ -248,8 +248,12 @@ int CKeybindSetup::showKeySetup()
cc->setHint("", LOCALE_MENU_HINT_KEY_REPEATBLOCK);
keySettings->addItem(cc);
std::string ms_number_format("%d ");
ms_number_format += g_Locale->getText(LOCALE_UNIT_SHORT_MILLISECOND);
cc = new CMenuOptionNumberChooser(LOCALE_KEYBINDINGMENU_REPEATBLOCKGENERIC,
&g_settings.repeat_genericblocker, true, 0, 999);
cc->setNumberFormat(ms_number_format);
cc->setNumberFormat(ms_number_format);
cc->setHint("", LOCALE_MENU_HINT_KEY_REPEATBLOCKGENERIC);
keySettings->addItem(cc);