Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@10516 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Apr 9, 2009
1 parent 801cb77 commit 5526c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/grass/qgsgrasstools.cpp
Expand Up @@ -431,7 +431,7 @@ void QgsGrassTools::closeTools()

void QgsGrassTools::on_mFilterInput_textChanged( QString theText )
{
QgsDebugMsg( "PluginManager filter changed to :" + theText );
QgsDebugMsg( "GRASS modules filter changed to :" + theText );
QRegExp::PatternSyntax mySyntax = QRegExp::PatternSyntax( QRegExp::RegExp );
Qt::CaseSensitivity myCaseSensitivity = Qt::CaseInsensitive;
QRegExp myRegExp( theText, myCaseSensitivity, mySyntax );
Expand Down

0 comments on commit 5526c6a

Please sign in to comment.