From c4c3d00578a777f6782cc0478096266148402aac Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 26 Dec 2012 17:47:02 +0000 Subject: (svn r24862) -Add: Settings type filter to adv. settings GUI. --- src/widgets/settings_widget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets') 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. */ -- cgit v1.2.3-54-g00ecf