]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetExternal.cpp
Handle the TEXT flavor in this switch.
[features.git] / src / insets / InsetExternal.cpp
index a2543a19371a35cf236619e96807acd14049352a..6762b0f76210c4ba00270e244068ea00a8c697de 100644 (file)
@@ -718,6 +718,9 @@ void InsetExternal::validate(LaTeXFeatures & features) const
        case OutputParams::HTML:
                format = "html";
                break;
+       case OutputParams::TEXT:
+               format = "text";
+               break;
        }
        external::Template::Formats::const_iterator cit =
                et.formats.find(format);