mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Formatting #910
This commit is contained in:
committed by
Mathew Sutcliffe
parent
099680c054
commit
0f2680ba2a
@@ -162,13 +162,13 @@ namespace BlackSimPlugin
|
||||
if (sGui->getIContextApplication()->writeToFile(fileName, CSimConnectUtilities::simConnectCfg(address, p)))
|
||||
{
|
||||
QMessageBox::information(qApp->activeWindow(), tr("File saved"),
|
||||
tr("File %1 saved.").arg(fileName));
|
||||
tr("File '%1' saved.").arg(fileName));
|
||||
checkSimConnectCfgFile();
|
||||
}
|
||||
else
|
||||
{
|
||||
QMessageBox::warning(qApp->activeWindow(), tr("Failed writing simConnect.cfg"),
|
||||
tr("Failed writing %1!").arg(fileName));
|
||||
tr("Failed writing '%1'!").arg(fileName));
|
||||
}
|
||||
}
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user