From 1cdf0c4b195985ee68788a9bfbb68cfe66698bbc Mon Sep 17 00:00:00 2001 From: tkikuchi Date: Fri, 4 Nov 2005 03:57:08 +0000 Subject: Add mm_cfg.String in the i18n output, and copyright. --- bin/config_list | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/config_list b/bin/config_list index 6ebd2e5b0..18ced8f9e 100644 --- a/bin/config_list +++ b/bin/config_list @@ -1,6 +1,6 @@ #! @PYTHON@ # -# Copyright (C) 1998-2003 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2005 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -177,7 +177,7 @@ def do_list_categories(mlist, k, subcat, outfp): value = gui.getValue(mlist, vtype, varname, data[2]) if value is None and not varname.startswith('_'): value = getattr(mlist, varname) - if vtype in (mm_cfg.Text, mm_cfg.FileUpload): + if vtype in (mm_cfg.String, mm_cfg.Text, mm_cfg.FileUpload): print >> outfp, varname, '=', lines = value.splitlines() if not lines: -- cgit v1.2.3-70-g09d2