summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-10-19 17:25:37 +0000
committerCarl Hetherington <carl@carlh.net>2009-10-19 17:25:37 +0000
commit09ec34292683c8a4edcc0060b938192ae18225c4 (patch)
tree286722eeef3ee7800a7c4a44d7e9776068ea961e /gtk2_ardour/route_params_ui.cc
parent539a692b0e9d249cab75a2d1c255f8cbef8bcf6b (diff)
Tidy up window titles, according to GNOME HIG and as suggested in mantis 2803.
git-svn-id: svn://localhost/ardour2/branches/3.0@5805 d708f5d6-7413-0410-9779-e7cbd77b26cf
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) {