summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorplanetmaker <planetmaker@openttd.org>2014-09-13 13:30:31 +0000
committerplanetmaker <planetmaker@openttd.org>2014-09-13 13:30:31 +0000
commit61e129cc22d1eab769d368d9e68a257a19db743d (patch)
tree55f8e3fe36ff59a5506e377aa27e06d87f4958c7 /src/settings_gui.cpp
parentdb06971ded17cba0b29801925103cd0f4ffe772e (diff)
downloadopenttd-61e129cc22d1eab769d368d9e68a257a19db743d.tar.xz
(svn r26815) -Change: Allow to set the granularity of the tooltip hover time in milliseconds instead of seconds. New default value is 250ms
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 958db55ac..4fe95ada4 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -1467,7 +1467,7 @@ static SettingsContainer &GetSettingsTree()
SettingsPage *general = interface->Add(new SettingsPage(STR_CONFIG_SETTING_INTERFACE_GENERAL));
{
general->Add(new SettingEntry("gui.osk_activation"));
- general->Add(new SettingEntry("gui.hover_delay"));
+ general->Add(new SettingEntry("gui.hover_delay_ms"));
general->Add(new SettingEntry("gui.errmsg_duration"));
general->Add(new SettingEntry("gui.window_snap_radius"));
general->Add(new SettingEntry("gui.window_soft_limit"));