refs #429 Rename swiftcorectrl to swiftcore

This commit is contained in:
Roland Winklmeier
2015-05-23 17:53:50 +02:00
parent 0ee967a066
commit 4ed0b6a54f
11 changed files with 55 additions and 55 deletions

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("swiftcorectrl." + sfx);
QString core = QDir(QApplication::applicationDirPath()).filePath("swiftcore." + sfx);
QProcess::startDetached(core);
}
}