Skip to content
Permalink
Browse files
fix for #1031
git-svn-id: http://svn.osgeo.org/qgis/trunk@8335 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 11, 2008
1 parent 932ad9d commit 067129e
Showing 1 changed file with 1 addition and 1 deletion.
@@ -362,7 +362,7 @@ void QgsPgQueryBuilder::on_btnGreaterThan_clicked()

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

void QgsPgQueryBuilder::on_btnIn_clicked()

0 comments on commit 067129e

Please sign in to comment.