bugfix: Font list was connected to wrong slot

master
Marius Kintel 2014-09-30 16:48:36 -04:00
parent 7a1737c09f
commit bc86312997
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ MainWindow::MainWindow(const QString &filename)
connect(this->helpActionHomepage, SIGNAL(triggered()), this, SLOT(helpHomepage()));
connect(this->helpActionManual, SIGNAL(triggered()), this, SLOT(helpManual()));
connect(this->helpActionLibraryInfo, SIGNAL(triggered()), this, SLOT(helpLibrary()));
connect(this->helpActionFontInfo, SIGNAL(triggered()), this, SLOT(viewModeShowAxes()));
connect(this->helpActionFontInfo, SIGNAL(triggered()), this, SLOT(helpFontInfo()));
setCurrentOutput();