mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
fix: Unify xswiftbus spelling
This commit is contained in:
@@ -314,7 +314,7 @@ private:
|
||||
//! Ckeck if the DB data have been loaded
|
||||
void checkDbDataLoaded();
|
||||
|
||||
//! Copy the XSwiftBus files from build directory
|
||||
//! Copy the xswiftbus files from build directory
|
||||
void copyXSwiftBusDialog(bool checkFileTimestamp);
|
||||
|
||||
//! Auto publish diloag
|
||||
|
||||
@@ -144,7 +144,7 @@ void SwiftGuiStd::initMenus()
|
||||
|
||||
if (CBuildConfig::isLocalDeveloperDebugBuild() && ui->menu_File && ui->menu_File->actions().size() > 5)
|
||||
{
|
||||
QAction *act = new QAction(CIcons::swift16(), "Copy XSwiftBus dialog");
|
||||
QAction *act = new QAction(CIcons::swift16(), "Copy xswiftbus dialog");
|
||||
ui->menu_File->insertAction(ui->menu_File->actions().at(5), act);
|
||||
c = connect(
|
||||
act, &QAction::triggered, this, [=] {
|
||||
@@ -170,7 +170,7 @@ void SwiftGuiStd::copyXSwiftBusDialog(bool checkFileTimestamp)
|
||||
if (!xpDirExists)
|
||||
{
|
||||
if (checkFileTimestamp) { return; }
|
||||
QMessageBox::warning(this, tr("Copy XSwiftBus"), tr("XPlane directory does not exists!"), QMessageBox::Close);
|
||||
QMessageBox::warning(this, tr("Copy xswiftbus"), tr("XPlane directory does not exists!"), QMessageBox::Close);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user