commit 9e977932c5660bcd754b151f8f25e1f7e9d83dd7
Author: Kornel Benko <[email protected]>
Date: Thu Jul 23 14:11:13 2020 +0200
Enable display of docbook5 output in the Code Preview Plane
---
src/BufferParams.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/BufferParams.cpp b/src/BufferParams.cpp
index 722d7c1..24bd102 100644
--- a/src/BufferParams.cpp
+++ b/src/BufferParams.cpp
@@ -2730,6 +2730,8 @@ OutputParams::FLAVOR BufferParams::getOutputFlavor(string
const & format) const
// something with formats.
if (dformat == "xhtml")
result = OutputParams::HTML;
+ else if (dformat == "docbook5")
+ result = OutputParams::DOCBOOK5;
else if (dformat == "text")
result = OutputParams::TEXT;
else if (dformat == "lyx")
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs