Use the frame corresponding to the current mouse position when zoom dragging
[ardour.git] / gtk2_ardour / export_filename_selector.h
index 54ed296bfe1e43a5ef39c99bd7a036e3585ec1af..a65e16813557db09bf5d857875b1f755e5f7033c 100644 (file)
@@ -61,6 +61,7 @@ class ExportFilenameSelector : public Gtk::VBox, public ARDOUR::SessionHandlePtr
        void change_revision_value ();
 
        void open_browse_dialog ();
+       void open_folder ();
 
        boost::shared_ptr<ARDOUR::ExportFilename> filename;
 
@@ -84,6 +85,7 @@ class ExportFilenameSelector : public Gtk::VBox, public ARDOUR::SessionHandlePtr
        Gtk::Label        path_label;
        Gtk::Entry        path_entry;
        Gtk::Button       browse_button;
+       Gtk::Button       open_button;
        Gtk::Label        example_filename_label;
 
        /* Date combo */