mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
forward port 2.X changes up to and including rev 6767
git-svn-id: svn://localhost/ardour2/branches/3.0@7636 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a4d9d09af5
commit
f5c4c8a293
23 changed files with 147 additions and 69 deletions
|
|
@ -1023,7 +1023,7 @@ LocationEditRow::set_clock_sensitivity ()
|
|||
LocationUIWindow::LocationUIWindow ()
|
||||
: ArdourDialog (_("Locations"))
|
||||
{
|
||||
set_wmclass(X_("ardour_locations"), "Ardour");
|
||||
set_wmclass(X_("ardour_locations"), PROGRAM_NAME);
|
||||
set_name ("LocationWindow");
|
||||
|
||||
get_vbox()->pack_start (_ui);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue