Navigation Menu

Skip to content

Commit

Permalink
apply #1700
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10808 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 17, 2009
1 parent 052077c commit 6a2d772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ogr/qgsnewogrconnection.cpp
Expand Up @@ -89,8 +89,8 @@ void QgsNewOgrConnection::testConnection()
else
{
QMessageBox::information( this, tr( "Test connection" ), tr( "Connection to %1 was successful" ).arg( uri ) );
OGRReleaseDataSource( poDS );
}
OGRReleaseDataSource( poDS );
}

void QgsNewOgrConnection::saveConnection()
Expand Down

0 comments on commit 6a2d772

Please sign in to comment.