]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiPrefs.cpp
Add an "Automatic" bibliography processor pref option
[lyx.git] / src / frontends / qt4 / GuiPrefs.cpp
index ee43b4fdabd6ed32597ab01462b6ef8b4b3e8613..0ffe2561d320c025e9e19a37d769c62a74e8f46e 100644 (file)
@@ -870,6 +870,7 @@ void PrefLatex::updateRC(LyXRC const & rc)
 {
        latexBibtexCO->clear();
 
+       latexBibtexCO->addItem(qt_("Automatic"), "automatic");
        latexBibtexCO->addItem(qt_("Custom"), QString());
        for (LyXRC::CommandSet::const_iterator it = rc.bibtex_alternatives.begin();
                             it != rc.bibtex_alternatives.end(); ++it) {