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

@@ -76,7 +76,7 @@ namespace BlackGui
if (m_systemTrayMode.testFlag(AskOnClose))
{
QMessageBox msgBox;
msgBox.setText("Are you sure you want to close? This will quit swiftcorectrl!");
msgBox.setText("Are you sure you want to close? This will quit swiftcore!");
msgBox.setStandardButtons(QMessageBox::Close | QMessageBox::Cancel);
msgBox.setDefaultButton(QMessageBox::Close);
msgBox.setIcon(QMessageBox::Warning);