summaryrefslogtreecommitdiff
path: root/src/table/currency_settings.ini
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/table/currency_settings.ini
parent34a11d4b8d7de77cdff0e2c2400794ae31b3ba89 (diff)
downloadopenttd-1d58838a974e6548b6b7a8673b9b14b764af251e.tar.xz
(svn r24234) -Add: Add help-string infrastructure to the ini files
Diffstat (limited to 'src/table/currency_settings.ini')
-rw-r--r--src/table/currency_settings.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/table/currency_settings.ini b/src/table/currency_settings.ini
index d1caa3d6e..66eff3d22 100644
--- a/src/table/currency_settings.ini
+++ b/src/table/currency_settings.ini
@@ -11,9 +11,9 @@ static const SettingDesc _currency_settings[] = {
[post-amble]
};
[templates]
-SDT_VAR = SDT_VAR($base, $var, $type, $flags, $guiflags, $def, $min, $max, $interval, $str, $strval, $proc, $from, $to),
-SDT_CHR = SDT_CHR($base, $var, $flags, $guiflags, $def, $str, $strval, $proc, $from, $to),
-SDT_STR = SDT_STR($base, $var, $type, $flags, $guiflags, $def, $str, $strval, $proc, $from, $to),
+SDT_VAR = SDT_VAR($base, $var, $type, $flags, $guiflags, $def, $min, $max, $interval, $str, $strhelp, $strval, $proc, $from, $to),
+SDT_CHR = SDT_CHR($base, $var, $flags, $guiflags, $def, $str, $strhelp, $strval, $proc, $from, $to),
+SDT_STR = SDT_STR($base, $var, $type, $flags, $guiflags, $def, $str, $strhelp, $strval, $proc, $from, $to),
SDT_END = SDT_END()
[defaults]
@@ -21,6 +21,7 @@ flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
guiflags = 0
interval = 0
str = STR_NULL
+strhelp = STR_CONFIG_SETTING_NO_EXPLANATION_AVAILABLE_HELPTEXT
strval = STR_NULL
proc = NULL
load = NULL