Skip to content

Commit

Permalink
fix #4331
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Sep 30, 2011
1 parent 8aa2f50 commit a02b480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsuniquevaluedialog.cpp
Expand Up @@ -285,7 +285,7 @@ void QgsUniqueValueDialog::changeClassificationAttribute()
tr( "The classification field was changed from '%1' to '%2'.\n"
"Should the existing classes be deleted before classification?" )
.arg( mOldClassificationAttribute ).arg( attributeName ),
QMessageBox::Ok | QMessageBox::Cancel ) == QMessageBox::Ok )
QMessageBox::Yes | QMessageBox::No ) == QMessageBox::Yes )
{
mClassListWidget->clearSelection();
deleteSelectedClasses();
Expand Down

0 comments on commit a02b480

Please sign in to comment.