From 69a62452beab943a4f95d0aead7207d3f9de0a44 Mon Sep 17 00:00:00 2001 From: frosch Date: Thu, 8 Nov 2012 10:04:00 +0000 Subject: (svn r24671) -Feature [FS#5355]: Add basic/advanced/expert filters to adv. settings GUI. (Eagle_rainbow) --- src/table/company_settings.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/table/company_settings.ini') diff --git a/src/table/company_settings.ini b/src/table/company_settings.ini index 060d7acfb..932cd6b58 100644 --- a/src/table/company_settings.ini +++ b/src/table/company_settings.ini @@ -14,8 +14,8 @@ static const SettingDesc _company_settings[] = { [post-amble] }; [templates] -SDT_BOOL = SDT_BOOL($base, $var, $flags, $guiflags, $def, $str, $strhelp, $strval, $proc, $from, $to), -SDT_VAR = SDT_VAR($base, $var, $type, $flags, $guiflags, $def, $min, $max, $interval, $str, $strhelp, $strval, $proc, $from, $to), +SDT_BOOL = SDT_BOOL($base, $var, $flags, $guiflags, $def, $str, $strhelp, $strval, $proc, $from, $to, $cat), +SDT_VAR = SDT_VAR($base, $var, $type, $flags, $guiflags, $def, $min, $max, $interval, $str, $strhelp, $strval, $proc, $from, $to, $cat), SDT_END = SDT_END() [defaults] @@ -29,6 +29,7 @@ proc = NULL load = NULL from = 0 to = SL_MAX_VERSION +cat = SC_ADVANCED -- cgit v1.2.3-54-g00ecf