Skip to content

Commit

Permalink
refs #6133. Remove items from File Menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Jan 25, 2013
1 parent 9661743 commit 232124d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/MantidPlot/src/ApplicationWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ void ApplicationWindow::initToolBars()

fileTools->addAction(actionOpenProj);
fileTools->addAction(actionLoadFile);
fileTools->addAction(actionSaveProject);
fileTools->addSeparator ();

fileTools->addAction(actionShowLog);
Expand Down

0 comments on commit 232124d

Please sign in to comment.