]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlBibtex.h
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlBibtex.h
index d64fad5c55d54820ff6ddc2f1399b6f4bde371b3..d107098e8932a51be95492cfee9b2acb502ee2b1 100644 (file)
@@ -29,7 +29,9 @@ class ControlBibtex : public ControlCommand
 public:
        ///
        ControlBibtex(LyXView &, Dialogs &);
-
+       /// Browse for a file
+       string const Browse(string const &, string const &, string const &);
 private:
        /// Dispatch the changed parameters to the kernel.
        virtual void applyParamsToInset();