summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-03-12 22:46:30 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-03-12 22:46:30 +0000
commitf5b1c21717067a4369f46b117ba3e661767e09cb (patch)
tree6b545e3a3ba83b939717667208d29bbfa12c72de /gtk2_ardour/location_ui.cc
parent78d4825b1e7d1e9afe55fe210b589983c05ef115 (diff)
option to enable/disable translations when using a bundled (OS X) version of Ardour; compile-time control of Ardour program name for gtk2_ardour (libardour to follow)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6755 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/location_ui.cc')
-rw-r--r--gtk2_ardour/location_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc
index 0d3a8ea9ff..5e12f1ce6d 100644
--- a/gtk2_ardour/location_ui.cc
+++ b/gtk2_ardour/location_ui.cc
@@ -627,7 +627,7 @@ LocationUI::LocationUI ()
set_title(_("Locations"));
- set_wmclass(X_("ardour_locations"), "Ardour");
+ set_wmclass(X_("ardour_locations"), PROGRAM_NAME);
set_name ("LocationWindow");