Skip to content

Commit

Permalink
Re #6972. Fixed the window title.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Jun 25, 2014
1 parent eda478b commit dd9dff6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -106,7 +106,7 @@ MantidHelpWindow::MantidHelpWindow(QWidget* parent, Qt::WindowFlags flags) :

// create a new help window
g_helpWindow = new pqHelpWindow(helpEngine, parent, flags);
// TODO set window title
g_helpWindow->setWindowTitle(QString("MantidPlot - help"));

// show the home page on startup
auto registeredDocs = helpEngine->registeredDocumentations();
Expand Down

0 comments on commit dd9dff6

Please sign in to comment.