refs #412 launch swiftcorectrl instead of swiftcore

This commit is contained in:
Roland Winklmeier
2015-05-19 22:05:59 +02:00
parent b03448c89b
commit beef0a5ec9

View File

@@ -102,7 +102,7 @@ void CIntroWindow::buttonClicked() const
{
//! \todo make fully OS independent
QString sfx = QFileInfo(QCoreApplication::applicationFilePath()).suffix();
QString core = QDir(QApplication::applicationDirPath()).filePath("swiftcore." + sfx);
QString core = QDir(QApplication::applicationDirPath()).filePath("swiftcorectrl." + sfx);
QProcess::startDetached(core);
}
}