summaryrefslogtreecommitdiff
path: root/src/script
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/script
parent2dd71035d03b63603f56fb3a8f08c1e099836bb4 (diff)
downloadopenttd-0db235aa1d6a8eeab7ba00de4052cce9f8288574.tar.xz
(svn r24237) -Feature: Descriptions explaining the meaning of advanced settings.
Diffstat (limited to 'src/script')
-rw-r--r--src/script/api/script_window.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/api/script_window.hpp b/src/script/api/script_window.hpp
index e2d8ac4f8..23882e919 100644
--- a/src/script/api/script_window.hpp
+++ b/src/script/api/script_window.hpp
@@ -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. */