Skip to content

Commit a02b480

Browse files
committed
fix #4331
1 parent 8aa2f50 commit a02b480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgsuniquevaluedialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ void QgsUniqueValueDialog::changeClassificationAttribute()
285285
tr( "The classification field was changed from '%1' to '%2'.\n"
286286
"Should the existing classes be deleted before classification?" )
287287
.arg( mOldClassificationAttribute ).arg( attributeName ),
288-
QMessageBox::Ok | QMessageBox::Cancel ) == QMessageBox::Ok )
288+
QMessageBox::Yes | QMessageBox::No ) == QMessageBox::Yes )
289289
{
290290
mClassListWidget->clearSelection();
291291
deleteSelectedClasses();

0 commit comments

Comments
 (0)