Skip to content

Commit

Permalink
Re #9425. Adding gss to the list of known extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed May 8, 2014
1 parent 6b5986c commit 53726ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/DataHandling/src/LoadGSS.cpp
Expand Up @@ -86,6 +86,7 @@ namespace Mantid
{
std::vector<std::string> exts;
exts.push_back(".gsa");
exts.push_back(".gss");
exts.push_back(".txt");
declareProperty(new API::FileProperty("Filename", "", API::FileProperty::Load, exts),
"The input filename of the stored data");
Expand Down

0 comments on commit 53726ca

Please sign in to comment.