X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fsession_dialog.h;h=3aee9affa90b74442317f0b253228fa160bd7f53;hb=8a2c82465938cd528781e7cdcb04e8a3530a0b51;hp=aa418addfc6b4c7d967a3288a1db4306f8268948;hpb=30b087ab3d28f1585987fa3f6ae006562ae192e3;p=ardour.git diff --git a/gtk2_ardour/session_dialog.h b/gtk2_ardour/session_dialog.h index aa418addfc..3aee9affa9 100644 --- a/gtk2_ardour/session_dialog.h +++ b/gtk2_ardour/session_dialog.h @@ -84,7 +84,7 @@ private: bool back_button_pressed (GdkEventButton*); bool open_button_pressed (GdkEventButton*); - Gtk::Frame info_sample; + Gtk::Frame info_frame; /* initial choice page */ @@ -113,7 +113,7 @@ private: add (fullpath); add (sample_rate); add (disk_format); - add (created_with); + add (modified_with); add (time_modified); add (time_formatted); } @@ -122,7 +122,7 @@ private: Gtk::TreeModelColumn fullpath; Gtk::TreeModelColumn sample_rate; Gtk::TreeModelColumn disk_format; - Gtk::TreeModelColumn created_with; + Gtk::TreeModelColumn modified_with; Gtk::TreeModelColumn time_modified; Gtk::TreeModelColumn time_formatted; }; @@ -155,27 +155,27 @@ private: add (name); add (path); add (description); - add (created_with_short); - add (created_with_long); + add (modified_with_short); + add (modified_with_long); } Gtk::TreeModelColumn name; Gtk::TreeModelColumn path; Gtk::TreeModelColumn description; - Gtk::TreeModelColumn created_with_short; - Gtk::TreeModelColumn created_with_long; + Gtk::TreeModelColumn modified_with_short; + Gtk::TreeModelColumn modified_with_long; }; SessionTemplateColumns session_template_columns; - Glib::RefPtr template_model; - Gtk::TreeView template_chooser; + Glib::RefPtr template_model; + Gtk::TreeView template_chooser; Gtk::ScrolledWindow template_scroller; void template_row_selected (); Gtk::TextView template_desc; - Gtk::Frame template_desc_sample; + Gtk::Frame template_desc_frame; Gtk::VBox session_new_vbox; Gtk::VBox session_existing_vbox;