summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-03-15 20:40:40 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-03-15 20:40:40 +0000
commit42dd93085c0ef66ed84f84bdcb3bf81c95855a5f (patch)
treee4d135c3d569639accec242a3f69aecca062c11f
parentcc38efd90df22112091ed90fa0fbf330d7f359f5 (diff)
fix from mr bouncy for keeping playlists during cleanup
git-svn-id: svn://localhost/ardour2/trunk@1599 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 5abfc3caf4..db0bf41ee6 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -3284,7 +3284,7 @@ Editor::playlist_deletion_dialog (boost::shared_ptr<Playlist> pl)
label.show ();
dialog.add_button (_("Delete playlist"), RESPONSE_ACCEPT);
- dialog.add_button (_("Keep playlist"), RESPONSE_CANCEL);
+ dialog.add_button (_("Keep playlist"), RESPONSE_REJECT);
dialog.add_button (_("Cancel"), RESPONSE_CANCEL);
switch (dialog.run ()) {