Changed the use of "main1.css" to _CSS_FILES[0][1] so that the filenames

are maintained in one place. Making the first entry the default.


svn: r10223
This commit is contained in:
Kees Bakker 2008-03-08 11:48:53 +00:00
parent d425133e8e
commit 18f5768c2d

View File

@ -2986,7 +2986,7 @@ class NavWebOptions(MenuReportOptions):
encoding.set_help( _("The encoding to be used for the web files"))
menu.add_option(category_name, "encoding", encoding)
css = EnumeratedListOption(_('Stylesheet'), 'main1.css' )
css = EnumeratedListOption(_('Stylesheet'), _CSS_FILES[0][1])
for style in _CSS_FILES:
css.add_item(style[1], style[0])
css.set_help( _("The style sheet to be used for the web page"))