globally change all use of "frame" to refer to audio into "sample".
[ardour.git] / gtk2_ardour / speaker_dialog.h
index 95217003802168da9626e5326f64872fd2787378..8066ff56ec0d192a15ee73f90b5bcd70a7a094a8 100644 (file)
@@ -42,7 +42,7 @@ private:
        boost::weak_ptr<ARDOUR::Speakers> _speakers;
        Gtk::HBox        hbox;
        Gtk::VBox        side_vbox;
-       Gtk::AspectFrame aspect_frame;
+       Gtk::AspectFrame aspect_sample;
        Gtk::DrawingArea darea;
        Gtk::Adjustment  azimuth_adjustment;
        Gtk::SpinButton  azimuth_spinner;