diff options
author | alberth <alberth@openttd.org> | 2014-02-09 13:04:50 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2014-02-09 13:04:50 +0000 |
commit | 75504d24bf83bec8298f5787a090d975b2d3544d (patch) | |
tree | 43fefc2256ec4508cdfcaf8479edbd1597bc6451 /src/widgets | |
parent | 4cbab4f744e531d17d7e523d80092f54b4e4659d (diff) | |
download | openttd-75504d24bf83bec8298f5787a090d975b2d3544d.tar.xz |
(svn r26320) -Add: Label for both the filter category and filter type in the advanced settings window.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/settings_widget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h index 2e155e517..6f045a2a2 100644 --- a/src/widgets/settings_widget.h +++ b/src/widgets/settings_widget.h @@ -45,7 +45,8 @@ enum GameSettingsWidgets { WID_GS_HELP_TEXT, ///< Information area to display help text of the selected option. WID_GS_EXPAND_ALL, ///< Expand all button. WID_GS_COLLAPSE_ALL, ///< Collapse all button. - WID_GS_RESTRICT_LABEL, ///< Label upfront to drop down box to restrict the list of settings to show + WID_GS_RESTRICT_CATEGORY, ///< Label upfront to the category drop-down box to restrict the list of settings to show + WID_GS_RESTRICT_TYPE, ///< Label upfront to the type drop-down box to restrict the list of settings to show WID_GS_RESTRICT_DROPDOWN, ///< The drop down box to restrict the list of settings WID_GS_TYPE_DROPDOWN, ///< The drop down box to choose client/game/company/all settings }; |