From: Uwe Stöhr Date: Tue, 9 Aug 2011 01:34:25 +0000 (+0000) Subject: configure.py: fix a typo X-Git-Tag: 2.1.0beta1~2844 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9da2f1bc9ab68b186bfa9ab1f1c958d24d6c616f;p=features.git configure.py: fix a typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39445 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/configure.py b/lib/configure.py index 5306369728..aceb09321e 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -508,7 +508,7 @@ def checkFormatEntries(dtl_tools): \Format asciixfig asc "Plain text (Xfig output)" "" "" "%%" "" \Format dateout tmp "date (output)" "" "" "%%" "" \Format docbook sgml DocBook B "" "%%" "document,menu=export" -\Format docbook-xml xml "Docbook (XML)" "" "" "%%" "document,menu=export" +\Format docbook-xml xml "DocBook (XML)" "" "" "%%" "document,menu=export" \Format dot dot "Graphviz Dot" "" "" "%%" "vector" \Format platex tex "LaTeX (pLaTeX)" "" "" "%%" "document,menu=export" \Format literate nw NoWeb N "" "%%" "document,menu=export"