Skip to content

Commit

Permalink
refs #5103. Fix paths issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Apr 17, 2012
1 parent 48464bc commit 8afa6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Code/Mantid/Framework/Kernel/src/ConfigService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ ConfigServiceImpl::ConfigServiceImpl() :

//Fill the list of possible relative path keys that may require conversion to absolute paths
m_ConfigPaths.insert(std::make_pair("plugins.directory", true));
m_ConfigPaths.insert(std::make_pair("pvplugins.directory", true));
m_ConfigPaths.insert(std::make_pair("mantidqt.plugins.directory", true));
m_ConfigPaths.insert(std::make_pair("instrumentDefinition.directory", true));
m_ConfigPaths.insert(std::make_pair("parameterDefinition.directory", true));
Expand Down

0 comments on commit 8afa6cb

Please sign in to comment.