Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
apply #1700
git-svn-id: http://svn.osgeo.org/qgis/trunk@10808 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 17, 2009
1 parent 778da12 commit 539e0d9
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 539e0d9

Please sign in to comment.