summaryrefslogtreecommitdiff
path: root/gtk2_ardour/bundle_manager.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/bundle_manager.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/bundle_manager.cc')
-rw-r--r--gtk2_ardour/bundle_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/bundle_manager.cc b/gtk2_ardour/bundle_manager.cc
index dd62751453..ff7cec2633 100644
--- a/gtk2_ardour/bundle_manager.cc
+++ b/gtk2_ardour/bundle_manager.cc
@@ -279,7 +279,7 @@ BundleEditor::on_map ()
BundleManager::BundleManager (Session& session)
- : ArdourDialog (_("Bundle manager")), _session (session), edit_button (_("Edit")), delete_button (_("Delete"))
+ : ArdourDialog (_("Bundle Manager")), _session (session), edit_button (_("Edit")), delete_button (_("Delete"))
{
_list_model = Gtk::ListStore::create (_list_model_columns);
_tree_view.set_model (_list_model);