mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Mainwindow Menu Alt-A Alt-A clash
The Alt-key combination for the Athlete and Activity menus were both set to ALt-A. This patch changes them to Alt-A for Athlete and Alt-C for aCtivity.
This commit is contained in:
@@ -457,7 +457,7 @@ MainWindow::MainWindow(const QDir &home) :
|
||||
fileMenu->addAction(tr("&Open..."), this, SLOT(openCyclist()), tr("Ctrl+O"));
|
||||
fileMenu->addAction(tr("&Quit"), this, SLOT(close()), tr("Ctrl+Q"));
|
||||
|
||||
QMenu *rideMenu = menuBar()->addMenu(tr("&Activity"));
|
||||
QMenu *rideMenu = menuBar()->addMenu(tr("A&ctivity"));
|
||||
rideMenu->addAction(tr("&Download from device..."), this, SLOT(downloadRide()), tr("Ctrl+D"));
|
||||
rideMenu->addAction(tr("&Import from file..."), this, SLOT (importFile()), tr ("Ctrl+I"));
|
||||
rideMenu->addAction(tr("&Manual activity entry..."), this, SLOT(manualRide()), tr("Ctrl+M"));
|
||||
|
||||
Reference in New Issue
Block a user