Add a company setting to control auto-fill timetable rounding.

This commit is contained in:
Jonathan G Rennison
2016-05-06 23:16:17 +01:00
parent b43c08857b
commit ff5ee52b94
5 changed files with 25 additions and 4 deletions

View File

@@ -1588,6 +1588,7 @@ static SettingsContainer &GetSettingsTree()
company->Add(new SettingEntry("vehicle.servint_aircraft"));
company->Add(new SettingEntry("vehicle.auto_timetable_by_default"));
company->Add(new SettingEntry("auto_timetable_separation_rate"));
company->Add(new SettingEntry("timetable_autofill_rounding"));
}
SettingsPage *accounting = main->Add(new SettingsPage(STR_CONFIG_SETTING_ACCOUNTING));