Skip to content

Commit

Permalink
Refs #9970. Tweak comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry Jeffery committed Aug 4, 2014
1 parent b23f014 commit c0d6190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/src/ApplicationWindow.cpp
Expand Up @@ -4622,7 +4622,7 @@ void ApplicationWindow::openProjectFolder(Folder* curFolder, std::string lines,
std::string multiLayerLines = *it;

//The very first line of a multilayer section has some important settings,
//and lacks a name. We'll take it out and parse it manually
//and lacks a name. Take it out and parse it manually.

if(multiLayerLines.length() == 0)
continue;
Expand Down

0 comments on commit c0d6190

Please sign in to comment.