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:
Paul Davis 2010-08-17 00:28:20 +00:00
parent a4d9d09af5
commit f5c4c8a293
23 changed files with 147 additions and 69 deletions

View file

@ -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);