]> git.lyx.org Git - lyx.git/commitdiff
Thinko.
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 17 Dec 2017 11:53:40 +0000 (12:53 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 17 Dec 2017 11:53:40 +0000 (12:53 +0100)
Thanks, Kornel!

src/insets/InsetQuotes.cpp

index 00ce4d6c2b12ccbf579a4b9b36dfed8ac66b669c..7ae2d0ff9b08af7c801dc2e2c507c22b6c8f53a0 100644 (file)
@@ -884,7 +884,7 @@ void InsetQuotes::latex(otexstream & os, OutputParams const & runparams) const
 #else
        } else if ((!runparams.use_babel
 #endif
-                  || fontenc_ != "T1" || fontenc_ != "OT1")
+                  || (fontenc_ != "T1" && fontenc_ != "OT1"))
                   || runparams.isFullUnicode()) {
                // Standard quotation mark macros
                // These are also used by babel