mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
Enable display of docbook5 output in the Code Preview Plane
This commit is contained in:
parent
c9f8469c00
commit
9e977932c5
@ -2730,6 +2730,8 @@ OutputParams::FLAVOR BufferParams::getOutputFlavor(string const & format) const
|
|||||||
// something with formats.
|
// something with formats.
|
||||||
if (dformat == "xhtml")
|
if (dformat == "xhtml")
|
||||||
result = OutputParams::HTML;
|
result = OutputParams::HTML;
|
||||||
|
else if (dformat == "docbook5")
|
||||||
|
result = OutputParams::DOCBOOK5;
|
||||||
else if (dformat == "text")
|
else if (dformat == "text")
|
||||||
result = OutputParams::TEXT;
|
result = OutputParams::TEXT;
|
||||||
else if (dformat == "lyx")
|
else if (dformat == "lyx")
|
||||||
|
Loading…
Reference in New Issue
Block a user