]> git.lyx.org Git - lyx.git/blobdiff - src/Converter.cpp
Force redraw after completion
[lyx.git] / src / Converter.cpp
index c00941d21f4d50098a7d464bb4fbe993f16dc330..7bb998d5a9589a6372de09cb1a00d650fe61ef14 100644 (file)
@@ -148,6 +148,12 @@ void Converter::readFlags()
 }
 
 
+void Converter::setCommand(std::string const & command)
+{
+       command_ = subst(command, token_python, os::python());
+}
+
+
 Converter const * Converters::getConverter(string const & from,
                                            string const & to) const
 {