Skip to content

Commit

Permalink
-Fixed small spacing error in the delimited text uri
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11184 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
ersts committed Jul 27, 2009
1 parent 5fea284 commit 8d14394
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -108,7 +108,7 @@ void eVisDatabaseConnectionGui::drawNewVectorLayer( QString layerName, QString x
//fileName is only available if the file is open
//the last file in the list is always the newest
mTempOutputFileList->last( )->open( );
QString uri = QString( "%1?delimiter = %2&xField = %3&yField = %4" )
QString uri = QString( "%1?delimiter=%2&xField=%3&yField=%4" )
.arg( mTempOutputFileList->last( )->fileName( ) )
.arg( "\t" )
.arg( xCoordinate )
Expand Down

0 comments on commit 8d14394

Please sign in to comment.