From 153b19b33d44e64cc94985c34702f0c6fa4b3366 Mon Sep 17 00:00:00 2001 From: Robert Applin Date: Tue, 14 Jun 2022 12:06:39 +0100 Subject: [PATCH] Change interface category to general --- docs/source/interfaces/general/Fit Script Generator.rst | 2 +- qt/widgets/common/src/FitScriptGeneratorView.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/interfaces/general/Fit Script Generator.rst b/docs/source/interfaces/general/Fit Script Generator.rst index 1567ceef8d3b..4948b1c1e903 100644 --- a/docs/source/interfaces/general/Fit Script Generator.rst +++ b/docs/source/interfaces/general/Fit Script Generator.rst @@ -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 diff --git a/qt/widgets/common/src/FitScriptGeneratorView.cpp b/qt/widgets/common/src/FitScriptGeneratorView.cpp index 9eb7c854e079..0796ca1cad74 100644 --- a/qt/widgets/common/src/FitScriptGeneratorView.cpp +++ b/qt/widgets/common/src/FitScriptGeneratorView.cpp @@ -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 {