all repos — mgba @ e38e3f30619cab772fcaa9f3530f052da10b29e7

mGBA Game Boy Advance Emulator

Qt: Rename shortcuts to bindings
Vicki Pfau vi@endrift.com
Sun, 26 Mar 2017 23:42:45 -0700
commit

e38e3f30619cab772fcaa9f3530f052da10b29e7

parent

fb9df7270d1f5174fd9031b2647d9af9c62af7b9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/qt/SettingsView.cppsrc/platform/qt/SettingsView.cpp

@@ -142,7 +142,7 @@ ShortcutView* shortcutView = new ShortcutView();

shortcutView->setModel(inputModel); shortcutView->setInputController(inputController); m_ui.stackedWidget->addWidget(shortcutView); - m_ui.tabs->addItem(tr("Shortcuts")); + m_ui.tabs->addItem(tr("Bindings")); } void SettingsView::selectBios(QLineEdit* bios) {