apply QKeySequence & remove unnecessary tr

This commit is contained in:
Zach H 2015-04-14 12:13:48 -04:00
parent f79d0666e3
commit 9be29641b0
7 changed files with 49 additions and 49 deletions

View file

@ -307,7 +307,7 @@ void MainWindow::retranslateUi()
aWatchReplay->setText(tr("&Watch replay..."));
aDeckEditor->setText(tr("&Deck editor"));
aFullScreen->setText(tr("&Full screen"));
aFullScreen->setShortcut(tr("Ctrl+F"));
aFullScreen->setShortcut(QKeySequence("Ctrl+F"));
aSettings->setText(tr("&Settings..."));
aExit->setText(tr("&Exit"));