summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_layering_order_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-26 23:38:56 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-26 23:38:56 +0000
commit75a3964c1073832249d1d8776f46fedbd9f97035 (patch)
tree18fd6aeb34ba600083b817af759e6893a1ee2b12 /gtk2_ardour/region_layering_order_editor.cc
parente6e0476d5ef546c3f1f09fc6614268efc67d300b (diff)
add a new name for the region-layering-editor-action that tells us we were started from a context menu; dialog does not position correctly on first show... grrr. should end fix of #4588, mostly
git-svn-id: svn://localhost/ardour2/branches/3.0@11083 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_layering_order_editor.cc')
-rw-r--r--gtk2_ardour/region_layering_order_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/region_layering_order_editor.cc b/gtk2_ardour/region_layering_order_editor.cc
index b0df691ca7..11882656a1 100644
--- a/gtk2_ardour/region_layering_order_editor.cc
+++ b/gtk2_ardour/region_layering_order_editor.cc
@@ -15,7 +15,7 @@ using namespace Gtk;
using namespace ARDOUR;
RegionLayeringOrderEditor::RegionLayeringOrderEditor (PublicEditor& pe)
- : ArdourWindow (pe, _("RegionLayeringOrderEditor"))
+ : ArdourWindow (_("RegionLayeringOrderEditor"))
, playlist ()
, position ()
, in_row_change (false)