Skip to content

Commit

Permalink
fix for #1031
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8335 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 11, 2008
1 parent 5ad1872 commit 0a33336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgspgquerybuilder.cpp
Expand Up @@ -362,7 +362,7 @@ void QgsPgQueryBuilder::on_btnGreaterThan_clicked()

void QgsPgQueryBuilder::on_btnPct_clicked()
{
txtSQL->insert(" % ");
txtSQL->insert("%");
}

void QgsPgQueryBuilder::on_btnIn_clicked()
Expand Down

0 comments on commit 0a33336

Please sign in to comment.