Fixed Horizontal/ Vertical menu options in NarrativeWeb. Fixed alphabet/navigation menus in the stylesheets.

svn: r14562
This commit is contained in:
Rob G. Healey
2010-03-02 07:40:48 +00:00
parent 84afe03996
commit a6d8438b31
4 changed files with 101 additions and 64 deletions

View File

@ -5676,8 +5676,8 @@ class NavWebOptions(MenuReportOptions):
self.__css.connect("value-changed", self.__stylesheet_changed)
_NAVIGATION_OPTS = [
["Horizontal", _("Horizontal -- No Change")],
["Vertical", _("Vertical")]
[_("Horizontal -- No Change"), "Horizontal"],
[_("Vertical"), "Vertical"]
]
self.__navigation = EnumeratedListOption(_("Navigation Layout"), _NAVIGATION_OPTS[0][1])
for layout in _NAVIGATION_OPTS: