]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormCitation.C
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / xforms / FormCitation.C
index 1898387635125eaf90dd6db8dd633dccd69916c2..87829f432463bf81d1e434581be05c73feafabaf 100644 (file)
@@ -433,7 +433,7 @@ ButtonPolicy::SMInput FormCitation::input(FL_OBJECT * ob, long)
                           controller().getCiteStrings(currentCitekey));
                fl_set_choice(dialog_->choice_style, choice);
        }
-       
+
        // Invalid if no citation has been chosen
        if (fl_get_browser_maxline(dialog_->browser_cite) < 1)
                activate = ButtonPolicy::SMI_INVALID;