From 23054a3ab5bb700d831d592d1af819e0059a0c04 Mon Sep 17 00:00:00 2001 From: yexo Date: Mon, 29 Oct 2012 19:53:13 +0000 Subject: (svn r24647) -Feature: add new filter option to the advanced settings window to show only changed settings (Eagle_rainbow) --- src/widgets/settings_widget.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/settings_widget.h b/src/widgets/settings_widget.h index aa1f09a10..95ee28dbc 100644 --- a/src/widgets/settings_widget.h +++ b/src/widgets/settings_widget.h @@ -52,12 +52,14 @@ 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. - WID_GS_EXPAND_ALL, ///< Expand all button. - WID_GS_COLLAPSE_ALL, ///< Collapse all button. + 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. + 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_DROPDOWN, ///< The drop down box to restrict the list of settings }; /** Widgets of the #CustomCurrencyWindow class. */ -- cgit v1.2.3-54-g00ecf