don't give the timefx progress bar its own name
git-svn-id: svn://localhost/ardour2/branches/3.0@7972 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8df3e242be
commit
2fd60ec866
@ -170,8 +170,6 @@ TimeFXDialog::TimeFXDialog (Editor& e, bool pitch)
|
||||
l = manage (new Label (_("<b>Progress</b>"), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, false));
|
||||
l->set_use_markup ();
|
||||
|
||||
progress_bar.set_name (N_("TimeFXProgress"));
|
||||
|
||||
progress_box->pack_start (*l, false, false);
|
||||
progress_box->pack_start (progress_bar, false, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user