mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 01:19:57 +00:00
CP Calculator is really and Estimator
.. and the dialog was a bit ugly too.
This commit is contained in:
@@ -797,7 +797,7 @@ MainWindow::MainWindow(const QDir &home) :
|
||||
|
||||
QMenu *optionsMenu = menuBar()->addMenu(tr("&Tools"));
|
||||
optionsMenu->addAction(tr("&Options..."), this, SLOT(showOptions()));
|
||||
optionsMenu->addAction(tr("Critical Power Calculator..."), this, SLOT(showTools()));
|
||||
optionsMenu->addAction(tr("Critical Power Estimator..."), this, SLOT(showTools()));
|
||||
optionsMenu->addAction(tr("Air Density (Rho) Estimator..."), this, SLOT(showRhoEstimator()));
|
||||
|
||||
optionsMenu->addSeparator();
|
||||
|
||||
Reference in New Issue
Block a user