summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-18 14:45:56 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 14:59:11 -0400
commitea5fa64c0bcfb6a916326756b5f84a78a2478025 (patch)
tree8efeb2699db85570a8dbf8935148c5cb9413f1f6 /gtk2_ardour/sfdb_ui.h
parentd381714510ef066416ea16623102b27de8aa6f38 (diff)
manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 1167271d5a..a1ac98fd8a 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -96,7 +96,7 @@ protected:
AudioClock length_clock;
AudioClock timecode_clock;
- Gtk::Frame border_sample;
+ Gtk::Frame border_frame;
Gtk::Label preview_label;
Gtk::TextView tags_entry;