summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/route_params_ui.cc')
-rw-r--r--gtk2_ardour/route_params_ui.cc8
1 files changed, 2 insertions, 6 deletions
diff --git a/gtk2_ardour/route_params_ui.cc b/gtk2_ardour/route_params_ui.cc
index fc7c7bb7ce..80849bebe4 100644
--- a/gtk2_ardour/route_params_ui.cc
+++ b/gtk2_ardour/route_params_ui.cc
@@ -145,10 +145,7 @@ RouteParams_UI::RouteParams_UI ()
set_default_size (620,370);
set_wmclass (X_("ardour_route_parameters"), "Ardour");
- WindowTitle title(Glib::get_application_name());
- title += _("Track/Bus Inspector");
- set_title (title.get_string());
-
+ set_title (_("Track/Bus Inspector"));
// events
route_display.get_selection()->signal_changed().connect(mem_fun(*this, &RouteParams_UI::route_selected));
@@ -601,8 +598,7 @@ RouteParams_UI::redirect_going_away (boost::shared_ptr<ARDOUR::Processor> insert
void
RouteParams_UI::update_title ()
{
- WindowTitle title(Glib::get_application_name());
- title += _("Track/Bus Inspector");
+ WindowTitle title(_("Track/Bus Inspector"));
if (_route) {