summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-10-13 09:16:20 +0000
committerfrosch <frosch@openttd.org>2012-10-13 09:16:20 +0000
commit72fc7710392ada9a19b705fda3c710c1da74c599 (patch)
treebf5a9e5de0a00190ecd79f59de58f417d49c0d28 /src/settings_gui.cpp
parent2abe4ac280dd0495bceee34cf94bab2c6d3d3230 (diff)
downloadopenttd-72fc7710392ada9a19b705fda3c710c1da74c599.tar.xz
(svn r24590) -Feature: More options for the auto-scroll setting. (adf88)
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index 8cfda047a..98e1aaa88 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1461,7 +1461,7 @@ static SettingEntry _settings_ui_interaction[] = {
SettingEntry("gui.window_soft_limit"),
SettingEntry("gui.link_terraform_toolbar"),
SettingEntry("gui.prefer_teamchat"),
- SettingEntry("gui.autoscroll"),
+ SettingEntry("gui.auto_scrolling"),
SettingEntry("gui.reverse_scroll"),
SettingEntry("gui.smooth_scroll"),
SettingEntry("gui.left_mouse_btn_scrolling"),