mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
e5a7387abf
commit
d07c1d725e
@ -222,5 +222,5 @@ QgsRenderer *QgsDlgVectorLayerProperties::getBufferRenderer()
|
||||
|
||||
void QgsDlgVectorLayerProperties::setLegendType(QString type)
|
||||
{
|
||||
legendtypecombobox->setCurrentText(type);
|
||||
legendtypecombobox->setCurrentText(tr(type));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user