summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-02-13 01:58:04 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-02-13 01:58:04 +0000
commit64b5e23faaa8e7fe94797737801d767f6025127c (patch)
treed848988aec172d6aca91e3214908bbb0402c0baf /gtk2_ardour/editor_ops.cc
parent22a407fb6b4dac1c88bf757832998c6d8ed8f6f2 (diff)
change some stuff associated with snapshot automation (accidentally committed with last commit, this finishes it off)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3045 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_ops.cc')
-rw-r--r--gtk2_ardour/editor_ops.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_ops.cc b/gtk2_ardour/editor_ops.cc
index a6437a2b7a..b49594a2eb 100644
--- a/gtk2_ardour/editor_ops.cc
+++ b/gtk2_ardour/editor_ops.cc
@@ -5239,10 +5239,12 @@ Editor::split_region_at_points (boost::shared_ptr<Region> r, AnalysisFeatureList
if (can_ferret) {
msg.add_button (_("Call for the Ferret!"), RESPONSE_APPLY);
+ msg.set_secondary_text (_("Press OK to continue with this split operation\nor ask the Ferret dialog to tune the analysis"));
+ } else {
+ msg.set_secondary_text (_("Press OK to continue with this split operation"));
}
msg.set_title (_("Excessive split?"));
- msg.set_secondary_text (_("Press OK to continue with this split operation\nor ask the Ferret dialog to tune the analysis"));
msg.present ();
int response = msg.run();