Skip to content

Commit

Permalink
Merge pull request #34086 from robertapplin/34084-fix-documentation-l…
Browse files Browse the repository at this point in the history
…ink-for-fsg

Change interface documentation category for Fit Script Generator
  • Loading branch information
DannyHindson authored Jun 16, 2022
2 parents 230505a + 153b19b commit e1977ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/interfaces/general/Fit Script Generator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ make sure you have access to the data archive. This will add a background to the
:align: center
:height: 300px

.. categories:: Interfaces
.. categories:: Interfaces General
2 changes: 1 addition & 1 deletion qt/widgets/common/src/FitScriptGeneratorView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ void FitScriptGeneratorView::onGenerateScriptToClipboardClicked() {
}

void FitScriptGeneratorView::onHelpClicked() {
MantidQt::API::HelpWindow::showCustomInterface(this, "Fit Script Generator", QString("utility"));
MantidQt::API::HelpWindow::showCustomInterface(this, "Fit Script Generator", QString("general"));
}

std::string FitScriptGeneratorView::workspaceName(FitDomainIndex index) const {
Expand Down

0 comments on commit e1977ee

Please sign in to comment.