summaryrefslogtreecommitdiff
path: root/src/settings_internal.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-05-12 10:09:00 +0000
committeralberth <alberth@openttd.org>2012-05-12 10:09:00 +0000
commit1d58838a974e6548b6b7a8673b9b14b764af251e (patch)
tree6af51b7b78604a2b4fd9ecab41647b176d7fb2b4 /src/settings_internal.h
parent34a11d4b8d7de77cdff0e2c2400794ae31b3ba89 (diff)
downloadopenttd-1d58838a974e6548b6b7a8673b9b14b764af251e.tar.xz
(svn r24234) -Add: Add help-string infrastructure to the ini files
Diffstat (limited to 'src/settings_internal.h')
-rw-r--r--src/settings_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_internal.h b/src/settings_internal.h
index f829fb395..dccbece4e 100644
--- a/src/settings_internal.h
+++ b/src/settings_internal.h
@@ -67,6 +67,7 @@ struct SettingDescBase {
int32 interval; ///< the interval to use between settings in the 'settings' window. If interval is '0' the interval is dynamically determined
const char *many; ///< ONE/MANY_OF_MANY: string of possible values for this type
StringID str; ///< (translated) string with descriptive text; gui and console
+ StringID str_help; ///< (Translated) string with help text; gui only.
StringID str_val; ///< (Translated) first string describing the value.
OnChange *proc; ///< callback procedure for when the value is changed
OnConvert *proc_cnvt; ///< callback procedure when loading value mechanism fails