]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetquotes.C
fix compilation pb ; update eu.po
[lyx.git] / src / insets / insetquotes.C
index 2c980b85a7eae550f4819a1e5005349fbd0ef450..8de040602ba3e89720a04f2c9a2a3d0ff9a61f27 100644 (file)
@@ -260,7 +260,8 @@ int InsetQuotes::Latex(Buffer const * buf, ostream & os,
                qstr = latex_quote_babel[times][quoteind];
 
        // Always guard against unfortunate ligatures (!` ?`)
-       qstr.insert(0, "{}");
+       if (prefixIs(qstr, "`"))
+               qstr.insert(0, "{}");
 
        os << qstr;
        return 0;