]> 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 2be3c6c241f4401ecea4798dfe5b3bd4f4ffb260..d107098e8932a51be95492cfee9b2acb502ee2b1 100644 (file)
@@ -29,10 +29,14 @@ class ControlBibtex : public ControlCommand
 public:
        ///
        ControlBibtex(LyXView &, Dialogs &);
-
-protected:
-       /// Get changed parameters and Dispatch them to the kernel.
-       virtual void apply();
+       /// Browse for a file
+       string const Browse(string const &, string const &, string const &);
+private:
+       /// Dispatch the changed parameters to the kernel.
+       virtual void applyParamsToInset();
+       /// 
+       virtual void applyParamsNoInset();
 };
 
 #endif // CONTROLBIBTEX_H