mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
XSwiftBus spelling
This commit is contained in:
@@ -166,7 +166,7 @@ namespace BlackGui
|
|||||||
if (CCompressUtils::zip7Uncompress(destFile.absoluteFilePath(), xSwiftBusDirectory, &stdOutAndError))
|
if (CCompressUtils::zip7Uncompress(destFile.absoluteFilePath(), xSwiftBusDirectory, &stdOutAndError))
|
||||||
{
|
{
|
||||||
// capture values by copy!
|
// capture values by copy!
|
||||||
const CStatusMessage msg = CStatusMessage(this, CLogCategory::validation()).info(u"Uncompressed xSwiftBus in '%1'") << xSwiftBusDirectory;
|
const CStatusMessage msg = CStatusMessage(this, CLogCategory::validation()).info(u"Uncompressed XSwiftBus in '%1'") << xSwiftBusDirectory;
|
||||||
this->showOverlayMessagesWithConfirmation(msg, false, "Delete downloaded file?", [ = ]
|
this->showOverlayMessagesWithConfirmation(msg, false, "Delete downloaded file?", [ = ]
|
||||||
{
|
{
|
||||||
if (!myself) { return; }
|
if (!myself) { return; }
|
||||||
|
|||||||
@@ -185,7 +185,7 @@ namespace BlackMisc
|
|||||||
|
|
||||||
const QString &CArtifact::typeToString(CArtifact::ArtifactType type)
|
const QString &CArtifact::typeToString(CArtifact::ArtifactType type)
|
||||||
{
|
{
|
||||||
static const QString xswb("xSwiftBus");
|
static const QString xswb("XSwiftBus");
|
||||||
static const QString installer("pilot client installer");
|
static const QString installer("pilot client installer");
|
||||||
static const QString symbols("symbols");
|
static const QString symbols("symbols");
|
||||||
static const QString unknown("unknown");
|
static const QString unknown("unknown");
|
||||||
|
|||||||
@@ -2,6 +2,6 @@
|
|||||||
"identifier" : "org.swift-project.plugins.simulator.xplane",
|
"identifier" : "org.swift-project.plugins.simulator.xplane",
|
||||||
"name" : "X-Plane",
|
"name" : "X-Plane",
|
||||||
"simulator" : "xplane",
|
"simulator" : "xplane",
|
||||||
"description" : "Support for the X-Plane simulator via the xSwiftBus plugin.",
|
"description" : "Support for the X-Plane simulator via the XSwiftBus plugin.",
|
||||||
"config" : "org.swift-project.plugins.simulator.xplane.config"
|
"config" : "org.swift-project.plugins.simulator.xplane.config"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user