(svn r21826) -Fix [FS#4007]: the expectations from the "always build infrastructure" setting name/description didn't match the behaviour

This commit is contained in:
rubidium
2011-01-16 21:10:41 +00:00
parent 805afdb002
commit 62128e8263
5 changed files with 5 additions and 5 deletions

View File

@@ -1315,7 +1315,7 @@ static SettingEntry _settings_ui[] = {
SettingEntry("gui.timetable_arrival_departure"),
SettingEntry("gui.quick_goto"),
SettingEntry("gui.default_rail_type"),
SettingEntry("gui.always_build_infrastructure"),
SettingEntry("gui.disable_unsuitable_building"),
SettingEntry("gui.persistent_buildingtools"),
SettingEntry("gui.coloured_news_year"),
};