fix for a bug that caused problems when loading vector layers from projects

git-svn-id: http://svn.osgeo.org/qgis/trunk@1804 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2004-07-21 17:21:15 +00:00
parent e5a7387abf
commit d07c1d725e

View File

@ -222,5 +222,5 @@ QgsRenderer *QgsDlgVectorLayerProperties::getBufferRenderer()
void QgsDlgVectorLayerProperties::setLegendType(QString type)
{
legendtypecombobox->setCurrentText(type);
legendtypecombobox->setCurrentText(tr(type));
}