mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix a typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@5712 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
cb20fd4c7f
commit
a82af4d987
@ -188,7 +188,7 @@ void QgsDbSourceSelect::setLayerType(QString schema,
|
||||
}
|
||||
else
|
||||
{
|
||||
qDebug(("Unknown geometry type of ." + type + ",.").toLocal8Bit().data());
|
||||
qDebug(("Unknown geometry type of '" + type + "'.").toLocal8Bit().data());
|
||||
p = &(mLayerIcons.value("UNKNOWN").second);
|
||||
toolTipText = mLayerIcons.value("UNKNOWN").first;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user