Skip to content

Commit

Permalink
Change interface category to general
Browse files Browse the repository at this point in the history
  • Loading branch information
robertapplin committed Jun 14, 2022
1 parent 04f8b73 commit 153b19b
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 153b19b

Please sign in to comment.