Skip to content

Commit

Permalink
Re #6630. qhc file move completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Mar 5, 2013
1 parent 34168ef commit 72f9f79
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Code/Mantid/MantidPlot/src/HelpWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,17 +151,8 @@ void HelpWindow::findCollectionFile(std::string &binDir)
return;
}

// try one level up
path = Poco::Path(binDir, "../"+COLLECTION);
m_log.debug() << "Trying \"" << path.absolute().toString() << "\"\n";
if (Poco::File(path).exists())
{
m_collectionFile = path.absolute().toString();
return;
}

// try where the builds will put it
path = Poco::Path(binDir, "../qtassistant/"+COLLECTION);
path = Poco::Path(binDir, "qtassistant/"+COLLECTION);
m_log.debug() << "Trying \"" << path.absolute().toString() << "\"\n";
if (Poco::File(path).exists())
{
Expand Down

0 comments on commit 72f9f79

Please sign in to comment.