(svn r24237) -Feature: Descriptions explaining the meaning of advanced settings.

This commit is contained in:
alberth
2012-05-12 10:13:03 +00:00
parent 2dd71035d0
commit 0db235aa1d
3 changed files with 62 additions and 16 deletions

View File

@@ -1989,6 +1989,7 @@ public:
enum GameSettingsWidgets {
WID_GS_OPTIONSPANEL = ::WID_GS_OPTIONSPANEL, ///< Panel widget containing the option lists.
WID_GS_SCROLLBAR = ::WID_GS_SCROLLBAR, ///< Scrollbar.
WID_GS_HELP_TEXT = ::WID_GS_HELP_TEXT, ///< Information area to display help text of the selected option.
};
/** Widgets of the #CustomCurrencyWindow class. */