summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index 61905e209b..723bb464f8 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -153,10 +153,10 @@ SoundFileBox::SoundFileBox (bool /*persistent*/)
preview_label.set_markup (_("<b>Sound File Information</b>"));
- border_sample.set_label_widget (preview_label);
- border_sample.add (main_box);
+ border_frame.set_label_widget (preview_label);
+ border_frame.add (main_box);
- pack_start (border_sample, true, true);
+ pack_start (border_frame, true, true);
set_border_width (6);
main_box.set_border_width (6);