summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-24 00:45:37 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-24 00:45:37 +0000
commita1d6986240db904d4fae0e77d6079d89658bb229 (patch)
tree2f9edb64c8647add94cc2e1d5b7ac11f6587dee7 /gtk2_ardour/location_ui.cc
parent2b42f32531e5fb320569649c3f8bb49dcd507744 (diff)
Unify terminology for markers within the window. Align loop / punch labels to the left so that they look slightly neater.
git-svn-id: svn://localhost/ardour2/branches/3.0@6164 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/location_ui.cc')
-rw-r--r--gtk2_ardour/location_ui.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc
index d5448e7f71..911dad86cd 100644
--- a/gtk2_ardour/location_ui.cc
+++ b/gtk2_ardour/location_ui.cc
@@ -95,6 +95,8 @@ LocationEditRow::LocationEditRow(Session * sess, Location * loc, int32_t num)
composer_entry.set_size_request (100, -1);
composer_entry.set_editable (true);
+ name_label.set_alignment (0, 0.5);
+
cd_track_details_hbox.pack_start (isrc_label, false, false);
cd_track_details_hbox.pack_start (isrc_entry, false, false);
cd_track_details_hbox.pack_start (scms_check_button, false, false);
@@ -586,7 +588,7 @@ LocationEditRow::focus_name() {
LocationUI::LocationUI ()
: session (0)
- , add_location_button (_("New Location"))
+ , add_location_button (_("New Marker"))
, add_range_button (_("New Range"))
{
i_am_the_modifier = 0;