diff options
author | frosch <frosch@openttd.org> | 2012-12-26 17:47:02 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-12-26 17:47:02 +0000 |
commit | c4c3d00578a777f6782cc0478096266148402aac (patch) | |
tree | 9aa1b1dd45e3b1ae8bf94e395254c8826404b263 /src/widgets | |
parent | dbe46698ff3798f24f14fa9c4d7a210927dc080d (diff) | |
download | openttd-c4c3d00578a777f6782cc0478096266148402aac.tar.xz |
(svn r24862) -Add: Settings type filter to adv. settings GUI.
Diffstat (limited to 'src/widgets')
-rw-r--r-- | src/widgets/settings_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h index ad9c4067c..baebdace5 100644 --- a/src/widgets/settings_widget.h +++ b/src/widgets/settings_widget.h @@ -47,6 +47,7 @@ enum GameSettingsWidgets { 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_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 }; /** Widgets of the #CustomCurrencyWindow class. */ |