Correct spacing of settings migration dialog
This commit is contained in:
parent
2d5f56a05d
commit
02ceb8832a
1 changed files with 3 additions and 3 deletions
|
@ -726,7 +726,7 @@ static void tryAutosaveMigration(const SGPath& userDataPath, SGPropertyNode* pro
|
||||||
if (matches != 2) {
|
if (matches != 2) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (currentVersion < v) {
|
if (currentVersion < v) {
|
||||||
// ignore autosaves from more recent versions; this happens when
|
// ignore autosaves from more recent versions; this happens when
|
||||||
// running unsable and stable at the same time
|
// running unsable and stable at the same time
|
||||||
|
@ -772,13 +772,13 @@ static void tryAutosaveMigration(const SGPath& userDataPath, SGPropertyNode* pro
|
||||||
|
|
||||||
// copy remaining props out
|
// copy remaining props out
|
||||||
copyProperties(&oldProps, props);
|
copyProperties(&oldProps, props);
|
||||||
|
|
||||||
// inform the user
|
// inform the user
|
||||||
#if !defined(FG_TESTLIB)
|
#if !defined(FG_TESTLIB)
|
||||||
flightgear::modalMessageBox("Settings migrated",
|
flightgear::modalMessageBox("Settings migrated",
|
||||||
"Saved settings were migrated from a previous version of FlightGear. "
|
"Saved settings were migrated from a previous version of FlightGear. "
|
||||||
"If you encounter any problems when using the system, try restoring "
|
"If you encounter any problems when using the system, try restoring "
|
||||||
"the default settings, before reporting a problem."
|
"the default settings, before reporting a problem. "
|
||||||
"Saved settings can affect the appearance, performance and features of the simulator.");
|
"Saved settings can affect the appearance, performance and features of the simulator.");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue