summaryrefslogtreecommitdiff
path: root/gtk2_ardour/session_dialog.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-09-18 12:39:17 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 12:39:17 -0400
commit30b087ab3d28f1585987fa3f6ae006562ae192e3 (patch)
tree620ae0250b5d77f90a18f8c2b83be61e4fe7b0b5 /gtk2_ardour/session_dialog.cc
parentcb956e3e480716a3efd280a5287bdd7bee1cedc5 (diff)
globally change all use of "frame" to refer to audio into "sample".
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
Diffstat (limited to 'gtk2_ardour/session_dialog.cc')
-rw-r--r--gtk2_ardour/session_dialog.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk2_ardour/session_dialog.cc b/gtk2_ardour/session_dialog.cc
index 8ad6e2d388..0164366f74 100644
--- a/gtk2_ardour/session_dialog.cc
+++ b/gtk2_ardour/session_dialog.cc
@@ -99,10 +99,10 @@ SessionDialog::SessionDialog (bool require_new, const std::string& session_name,
* and invisible most of the time.
*/
- info_frame.set_shadow_type(SHADOW_ETCHED_OUT);
- info_frame.set_no_show_all (true);
- info_frame.set_border_width (12);
- get_vbox()->pack_start (info_frame, false, false);
+ info_sample.set_shadow_type(SHADOW_ETCHED_OUT);
+ info_sample.set_no_show_all (true);
+ info_sample.set_border_width (12);
+ get_vbox()->pack_start (info_sample, false, false);
setup_new_session_page ();
@@ -453,9 +453,9 @@ SessionDialog::setup_initial_choice_box ()
info_box->pack_start (*updates_button, false, false);
- info_frame.add (*info_box);
+ info_sample.add (*info_box);
info_box->show_all ();
- info_frame.show ();
+ info_sample.show ();
}
/* recent session scroller */
@@ -698,9 +698,9 @@ SessionDialog::setup_new_session_page ()
template_hbox->pack_start (*template_scroller, true, true);
- template_desc_frame.set_name (X_("TextHighlightFrame"));
- template_desc_frame.add (*desc_scroller);
- template_hbox->pack_start (template_desc_frame, true, true);
+ template_desc_sample.set_name (X_("TextHighlightFrame"));
+ template_desc_sample.add (*desc_scroller);
+ template_hbox->pack_start (template_desc_sample, true, true);
}
//template_desc is the textview that displays the currently selected template's description