CP Calculator is really and Estimator

.. and the dialog was a bit ugly too.
This commit is contained in:
Mark Liversedge
2012-12-24 16:23:16 +00:00
parent 274c2c5a71
commit 4915d2e21a
2 changed files with 10 additions and 4 deletions

View File

@@ -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();