summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
authorJohannes Mueller <github@johannes-mueller.org>2018-06-09 19:08:15 +0200
committerJohannes Mueller <github@johannes-mueller.org>2018-06-19 20:17:40 +0200
commite6a67784668a3ad398e5cc6d9f3ccc637f208d6f (patch)
tree49490d8ce428980f29de33800dee037d8f5b7e30 /gtk2_ardour/location_ui.h
parent6edea6064eecbc732ee3018b50d17828c02aba02 (diff)
Revert frame -> sample changes where it's a frame as in Gtk::Frame
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index 7c3f4b69c4..46495aa4fc 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -182,12 +182,12 @@ private:
ArdourWidgets::VPane loc_range_panes;
- Gtk::VBox loc_sample_box;
+ Gtk::VBox loc_frame_box;
Gtk::Button add_location_button;
Gtk::ScrolledWindow location_rows_scroller;
Gtk::VBox location_rows;
- Gtk::VBox range_sample_box;
+ Gtk::VBox range_frame_box;
Gtk::Button add_range_button;
Gtk::ScrolledWindow range_rows_scroller;
Gtk::VBox range_rows;