Skip to content

Commit

Permalink
Shorter postgis root data item
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Sep 1, 2011
1 parent a8d040e commit f932140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -4168,7 +4168,7 @@ void QgsPGRootItem::connectionsChanged()

QGISEXTERN QgsDataItem * dataItem( QString thePath, QgsDataItem* parentItem )
{
QgsPGRootItem * root = new QgsPGRootItem( parentItem, "Postgres/PostGIS", "pg:" );
QgsPGRootItem * root = new QgsPGRootItem( parentItem, "PostGIS", "pg:" );

return root;
}

0 comments on commit f932140

Please sign in to comment.