all repos — mgba @ 0d4999ff3317406e0b67e0d0369b8fcb5654d8a2

mGBA Game Boy Advance Emulator

Qt: Clarify some phrasing in the menus
Jeffrey Pfau jeffrey@endrift.com
Sun, 21 Dec 2014 22:24:19 -0800
commit

0d4999ff3317406e0b67e0d0369b8fcb5654d8a2

parent

c91c46ce97182d62185e4ff2bc33d9265557639d

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

jump to
M CHANGESCHANGES

@@ -29,6 +29,7 @@ - GBA: Exit cleanly on FATAL if the port supports it

- Qt: Handle a game crash without crashing - GBA Audio: Change internal audio sample buffer from 32-bit to 16-bit samples - Qt: Set default log level to FATAL, ERROR and WARN + - Qt: Clarify some phrasing in the menus 0.1.0: (2014-12-13) - Initial release
M src/platform/qt/Window.cppsrc/platform/qt/Window.cpp

@@ -488,7 +488,7 @@ emulationMenu->addAction(frameAdvance);

emulationMenu->addSeparator(); - QAction* turbo = new QAction(tr("T&urbo"), emulationMenu); + QAction* turbo = new QAction(tr("&Fast forward"), emulationMenu); turbo->setCheckable(true); turbo->setChecked(false); turbo->setShortcut(tr("Shift+Tab"));