Skip to content

Commit

Permalink
fix and redefine the add/remove curve action kb shortcut, re #8452
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Nov 25, 2014
1 parent 9fbe932 commit 48c0184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/src/ApplicationWindow.cpp
Expand Up @@ -12925,7 +12925,7 @@ void ApplicationWindow::createActions()
connect(actionShowConfigureDialog, SIGNAL(activated()), this, SLOT(showPreferencesDialog()));

actionShowCurvesDialog = new QAction(QIcon(getQPixmap("curves_xpm")), tr("Add/Remove &Curve..."), this);
actionShowCurvesDialog->setShortcut( tr("ALT+C") );
actionShowCurvesDialog->setShortcut( tr("Ctrl+Alt+C") );
connect(actionShowCurvesDialog, SIGNAL(activated()), this, SLOT(showCurvesDialog()));

actionAddErrorBars = new QAction(QIcon(getQPixmap("errors_xpm")), tr("Add &Error Bars..."), this);
Expand Down

0 comments on commit 48c0184

Please sign in to comment.