(svn r24234) -Add: Add help-string infrastructure to the ini files

This commit is contained in:
alberth
2012-05-12 10:09:00 +00:00
parent 34a11d4b8d
commit 1d58838a97
9 changed files with 81 additions and 73 deletions

View File

@@ -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