Skip to content

Commit

Permalink
fix #2647
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13306 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 13, 2010
1 parent d54acce commit 1797988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeeditor.cpp
Expand Up @@ -202,7 +202,7 @@ QWidget *QgsAttributeEditor::createAttributeEditor( QWidget *parent, QWidget *ed
QString value = categories[i].value().toString();
if ( label.isEmpty() )
label = value;
classes.insert( label, value );
classes.insert( value, label );
}
}

Expand Down

0 comments on commit 1797988

Please sign in to comment.