(svn r20144) -Feature: Allow to configure the delay of hover events, or to disable them completely.

This commit is contained in:
terkhen
2010-07-14 15:08:31 +00:00
parent 0753669fa7
commit fa3d9d04d3
5 changed files with 18 additions and 12 deletions

View File

@@ -1291,6 +1291,7 @@ static SettingEntry _settings_ui[] = {
SettingEntry(&_settings_ui_interaction_page, STR_CONFIG_SETTING_INTERACTION),
SettingEntry("gui.show_finances"),
SettingEntry("gui.errmsg_duration"),
SettingEntry("gui.hover_delay"),
SettingEntry("gui.toolbar_pos"),
SettingEntry("gui.pause_on_newgame"),
SettingEntry("gui.advanced_vehicle_list"),