mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #429 Rename swiftcorectrl to swiftcore
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user