summaryrefslogtreecommitdiff
path: root/settings_gui.c
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-15 14:52:17 +0000
committerrubidium <rubidium@openttd.org>2006-08-15 14:52:17 +0000
commitdc54e608e36145deab60dea2cbe08517b28e54c0 (patch)
tree4d695e9efdc4542d90feba482d6d00bd948be0d3 /settings_gui.c
parent672ee1bf3a553c25d446944e8a08131fdf7ceabe (diff)
downloadopenttd-dc54e608e36145deab60dea2cbe08517b28e54c0.tar.xz
(svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
Diffstat (limited to 'settings_gui.c')
-rw-r--r--settings_gui.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings_gui.c b/settings_gui.c
index 146aa6e18..4a98d28fa 100644
--- a/settings_gui.c
+++ b/settings_gui.c
@@ -601,9 +601,9 @@ static const char *_patches_economy[] = {
"same_industry_close",
"bribe",
"snow_line_height",
- "colored_news_date",
- "starting_date",
- "ending_date",
+ "colored_news_year",
+ "starting_year",
+ "ending_year",
"smooth_economy",
"allow_shares",
};