Skip to content
Permalink
Browse files
fix #4331
  • 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.
@@ -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();

0 comments on commit dd461e0

Please sign in to comment.