summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-10-27 15:26:17 +0000
committerfrosch <frosch@openttd.org>2012-10-27 15:26:17 +0000
commit2d550a7579841adc0d0fe6664bee0375363e6066 (patch)
treee59dac0923f3b89aa8feca8abd357ff50151d79a /src/widgets
parent716014c4103add88e92a59e6e0f87d3bbbab8e21 (diff)
downloadopenttd-2d550a7579841adc0d0fe6664bee0375363e6066.tar.xz
(svn r24632) -Feature: Add text filtering to advanced settings.
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/settings_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h
index 2a9173b49..aa1f09a10 100644
--- a/src/widgets/settings_widget.h
+++ b/src/widgets/settings_widget.h
@@ -52,6 +52,7 @@ enum GameDifficultyWidgets {
/** Widgets of the #GameSettingsWindow class. */
enum GameSettingsWidgets {
+ WID_GS_FILTER, ///< Text filter.
WID_GS_OPTIONSPANEL, ///< Panel widget containing the option lists.
WID_GS_SCROLLBAR, ///< Scrollbar.
WID_GS_HELP_TEXT, ///< Information area to display help text of the selected option.