]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.cpp
de.po
[lyx.git] / src / insets / InsetGraphics.cpp
index 8c399106756935d71461dcbefaa3ffb3c2bd3efd..c05075583b01416edd530ee3541140a1d522ea39 100644 (file)
@@ -109,7 +109,7 @@ namespace {
 /// Note that \p format may be unknown (i. e. an empty string)
 string findTargetFormat(string const & format, OutputParams const & runparams)
 {
-       // Are we using latex or XeTeX/LuaTeX/pdflatex?
+       // Are we latexing to DVI or PDF?
        if (runparams.flavor == OutputParams::PDFLATEX
            || runparams.flavor == OutputParams::XETEX
            || runparams.flavor == OutputParams::LUATEX) {