Skip to content

Commit f932140

Browse files
committed
Shorter postgis root data item
1 parent a8d040e commit f932140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/postgres/qgspostgresprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4168,7 +4168,7 @@ void QgsPGRootItem::connectionsChanged()
41684168

41694169
QGISEXTERN QgsDataItem * dataItem( QString thePath, QgsDataItem* parentItem )
41704170
{
4171-
QgsPGRootItem * root = new QgsPGRootItem( parentItem, "Postgres/PostGIS", "pg:" );
4171+
QgsPGRootItem * root = new QgsPGRootItem( parentItem, "PostGIS", "pg:" );
41724172

41734173
return root;
41744174
}

0 commit comments

Comments
 (0)