mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
refs #429 Rename swiftcorectrl to swiftcore
This commit is contained in:
@@ -274,9 +274,9 @@ namespace BlackGui
|
||||
return f;
|
||||
}
|
||||
|
||||
const QString &CStyleSheetUtility::fileNameSwiftCoreCtrl()
|
||||
const QString &CStyleSheetUtility::fileNameSwiftCore()
|
||||
{
|
||||
static const QString f("swiftcorectrl.qss");
|
||||
static const QString f("swiftcore.qss");
|
||||
return f;
|
||||
}
|
||||
|
||||
|
||||
@@ -87,8 +87,8 @@ namespace BlackGui
|
||||
//! File name maininfoarea.qss
|
||||
static const QString &fileNameFilterDialog();
|
||||
|
||||
//! File name swiftcorectrl.qss
|
||||
static const QString &fileNameSwiftCoreCtrl();
|
||||
//! File name swiftcore.qss
|
||||
static const QString &fileNameSwiftCore();
|
||||
|
||||
//! File name ini file
|
||||
static const QString &fileNameIniFile();
|
||||
|
||||
@@ -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