mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue