summaryrefslogtreecommitdiff
path: root/src/widgets/settings_widget.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-05-12 10:13:03 +0000
committeralberth <alberth@openttd.org>2012-05-12 10:13:03 +0000
commit0db235aa1d6a8eeab7ba00de4052cce9f8288574 (patch)
tree4516024ada9e0782f3918303bbf07c893e771990 /src/widgets/settings_widget.h
parent2dd71035d03b63603f56fb3a8f08c1e099836bb4 (diff)
downloadopenttd-0db235aa1d6a8eeab7ba00de4052cce9f8288574.tar.xz
(svn r24237) -Feature: Descriptions explaining the meaning of advanced settings.
Diffstat (limited to 'src/widgets/settings_widget.h')
-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 4b3fe3350..a7ca3512e 100644
--- a/src/widgets/settings_widget.h
+++ b/src/widgets/settings_widget.h
@@ -54,6 +54,7 @@ enum GameDifficultyWidgets {
enum GameSettingsWidgets {
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.
};
/** Widgets of the #CustomCurrencyWindow class. */