globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / gtk2_ardour / session_dialog.h
index 9d4f08ed974f1fd84bc81399524a60b2b864123f..aa418addfc6b4c7d967a3288a1db4306f8268948 100644 (file)
@@ -84,7 +84,7 @@ private:
        bool back_button_pressed (GdkEventButton*);
        bool open_button_pressed (GdkEventButton*);
 
-       Gtk::Frame info_frame;
+       Gtk::Frame info_sample;
 
        /* initial choice page */
 
@@ -175,7 +175,7 @@ private:
        void template_row_selected ();
 
        Gtk::TextView template_desc;
-       Gtk::Frame    template_desc_frame;
+       Gtk::Frame    template_desc_sample;
 
        Gtk::VBox session_new_vbox;
        Gtk::VBox session_existing_vbox;