(svn r24862) -Add: Settings type filter to adv. settings GUI.

This commit is contained in:
frosch
2012-12-26 17:47:02 +00:00
parent 060fc5139d
commit 2670b05fb5
6 changed files with 52 additions and 2 deletions

View File

@@ -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. */