Skip to content

Commit

Permalink
Refs #4709. Change the name of FitPropertyBrowser "Clear Fit" option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Whitley committed Feb 1, 2012
1 parent 127c7bd commit d79991b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ m_mantidui(mantidui)
m_setupActionCustomSetup = new QAction("Custom Setup",this);
QAction* setupActionManageSetup = new QAction("Manage Setup",this);
QAction* setupActionFindPeaks = new QAction("Find Peaks",this);
QAction* setupActionClearFit = new QAction("Clear Fit",this);
QAction* setupActionClearFit = new QAction("Clear Model",this);

QMenu* setupSubMenuCustom = new QMenu(this);
m_setupActionCustomSetup->setMenu(setupSubMenuCustom);
Expand Down

0 comments on commit d79991b

Please sign in to comment.