Skip to content

Commit

Permalink
fix #4331
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n authored and mach0 committed Nov 13, 2011
1 parent 97e643d commit dd461e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsuniquevaluedialog.cpp
Expand Up @@ -286,7 +286,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 dd461e0

Please sign in to comment.