From 1d58838a974e6548b6b7a8673b9b14b764af251e Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 12 May 2012 10:09:00 +0000 Subject: (svn r24234) -Add: Add help-string infrastructure to the ini files --- src/table/currency_settings.ini | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/table/currency_settings.ini') 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 -- cgit v1.2.3-54-g00ecf