mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Change default button to Cancel on contest log delete confirmation
This commit is contained in:
parent
54a99c7c22
commit
7768b9d30f
@ -64,7 +64,10 @@ void AbstractLogWindow::impl::delete_QSOs ()
|
||||
, tr ("Confirm Delete")
|
||||
, tr ("Are you sure you want to delete the %n "
|
||||
"selected QSO(s) from the log?", ""
|
||||
, row_indexes.size ())))
|
||||
, row_indexes.size ())
|
||||
, QString {}
|
||||
, MessageBox::Yes | MessageBox::No
|
||||
, MessageBox::No))
|
||||
{
|
||||
// We must work with source model indexes because we don't want row
|
||||
// removes to invalidate model indexes we haven't yet processed. We
|
||||
|
Loading…
Reference in New Issue
Block a user