]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.C
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / FormCitation.C
index 7e59ae279c0bc33f61ffaa20243c40046964c33a..ffa4567d73021d658117884fb5f2b8065905731c 100644 (file)
@@ -452,8 +452,8 @@ void FormCitation::update()
        bool const natbib = controller().usingNatbib();
        setEnabled(dialog_->check_full_author_list, natbib);
        setEnabled(dialog_->check_force_uppercase, natbib);
-       setEnabled(dialog_->choice_style, natbib);
-       setEnabled(dialog_->input_before, natbib);
+       setEnabled(dialog_->choice_style, natbib || controller().usingJurabib());
+       setEnabled(dialog_->input_before, natbib || controller().usingJurabib());
 
        // No keys have been selected yet, so...
        fl_clear_browser(dialog_->browser_info);