This commit is contained in:
Klaus Basan
2019-09-06 19:02:13 +02:00
committed by Mat Sutcliffe
parent 369e69e610
commit 79c947f8fa
4 changed files with 7 additions and 7 deletions

View File

@@ -38,8 +38,8 @@ namespace BlackGui
}
}
const QMessageBox::StandardButton reply =
QMessageBox::question(parent, "Copy XSwiftBus",
const QMessageBox::StandardButton reply = QMessageBox::question(parent,
"Copy XSwiftBus",
QStringLiteral("Copy XSwiftBus from build directory '%1' to plugin directory '%2'?").arg(CDirectoryUtils::getXSwiftBusBuildDirectory(), CXPlaneUtil::xswiftbusPluginDir(xplaneRootDir)),
QMessageBox::Yes | QMessageBox::No);
if (reply != QMessageBox::Yes) { return 0; }