fix from mr bouncy for keeping playlists during cleanup
git-svn-id: svn://localhost/ardour2/trunk@1599 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cc38efd90d
commit
42dd93085c
@ -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 ()) {
|
||||
|
Loading…
Reference in New Issue
Block a user