XSwiftBus spelling

This commit is contained in:
Klaus Basan
2019-04-18 01:29:34 +02:00
parent c7542105c5
commit 927903ec53
3 changed files with 3 additions and 3 deletions

View File

@@ -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; }

View File

@@ -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");

View File

@@ -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"
} }