Add missing header include in midi_channel_selector.h
[ardour.git] / gtk2_ardour / export_format_dialog.h
index 6b92625e7a4668503526e2b45effd6e6896b8be9..6a25d707bf02e99a83202bf798d82a4e3e00de16 100644 (file)
@@ -179,9 +179,8 @@ class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList
        Gtk::CheckButton silence_end_checkbox;
        AudioClock       silence_end_clock;
 
-       /* Upload */
+       /* Post-export hook */
        
-       Gtk::CheckButton upload_checkbox;
        Gtk::Label       command_label;
        Gtk::Entry       command_entry;
 
@@ -312,12 +311,13 @@ class ExportFormatDialog : public ArdourDialog, public PBD::ScopedConnectionList
 
        Gtk::CheckButton with_cue;
        Gtk::CheckButton with_toc;
+       Gtk::CheckButton with_mp4chaps;
 
        Gtk::VBox cue_toc_vbox;
 
        void update_with_toc ();
        void update_with_cue ();
-       void update_upload ();
+       void update_with_mp4chaps();
        void update_command ();
 
        Gtk::TreeView sample_format_view;