mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
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
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue