Chart Settings menu is All Chart Settings

.. to differentiate from the reveal settings which
are just a small subset of the chart settings.
This commit is contained in:
Mark Liversedge
2013-02-05 15:59:54 +00:00
parent 5e5df7dc2b
commit 44c0199259

View File

@@ -38,7 +38,7 @@ void GcWindow::setControls(QWidget *x)
if (x != NULL) {
menu->clear();
menu->addAction(tr("Chart Settings"), this, SIGNAL(showControls()));
menu->addAction(tr("All Chart Settings"), this, SIGNAL(showControls()));
menu->addAction(tr("Close"), this, SLOT(_closeWindow()));
}
}