]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiBibtex.cpp
HTML output for InsetMathCancel.
[lyx.git] / src / frontends / qt4 / GuiBibtex.cpp
index e6a30ae9a40972dc12083b45a7ecf16785a25099..92861442e72885192f1472bfe07dc852229012d4 100644 (file)
@@ -419,7 +419,7 @@ void GuiBibtex::applyView()
                        // use \nocite{*}
                        params_["btprint"] = from_ascii("btPrintAll");
                        break;
-               }               
+               }
        }
 }
 
@@ -510,10 +510,7 @@ QString GuiBibtex::styleFile() const
        case ENGINE_BASIC:
                defaultstyle = "plain";
                break;
-       case ENGINE_NATBIB_AUTHORYEAR:
-               defaultstyle = "plainnat";
-               break;
-       case ENGINE_NATBIB_NUMERICAL:
+       case ENGINE_NATBIB:
                defaultstyle = "plainnat";
                break;
        case ENGINE_JURABIB: