Skip to content

Commit

Permalink
Fix link in help, remove Indirect catagory
Browse files Browse the repository at this point in the history
Refs #7941
  • Loading branch information
DanNixon committed Apr 16, 2015
1 parent fda55de commit ba54d8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/SpectrumViewer/src/SVConnections.cpp
Expand Up @@ -731,7 +731,7 @@ void SVConnections::showColorScale( std::vector<QRgb> & positiveColorTable,
*/
void SVConnections::openOnlineHelp()
{
MantidQt::API::HelpWindow::showCustomInterface(NULL, QString("SpectrumView"));
MantidQt::API::HelpWindow::showCustomInterface(NULL, QString("SpectrumViewer"));
}

} // namespace SpectrumView
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/docs/source/interfaces/SpectrumViewer.rst
Expand Up @@ -141,4 +141,4 @@ to a minimum size. If the handle is moved substantially below
the minimum size, the graph will collapse to zero size.


.. categories:: Interfaces Indirect
.. categories:: Interfaces

0 comments on commit ba54d8e

Please sign in to comment.