We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801cb77 commit 5526c6aCopy full SHA for 5526c6a
src/plugins/grass/qgsgrasstools.cpp
@@ -431,7 +431,7 @@ void QgsGrassTools::closeTools()
431
432
void QgsGrassTools::on_mFilterInput_textChanged( QString theText )
433
{
434
- QgsDebugMsg( "PluginManager filter changed to :" + theText );
+ QgsDebugMsg( "GRASS modules filter changed to :" + theText );
435
QRegExp::PatternSyntax mySyntax = QRegExp::PatternSyntax( QRegExp::RegExp );
436
Qt::CaseSensitivity myCaseSensitivity = Qt::CaseInsensitive;
437
QRegExp myRegExp( theText, myCaseSensitivity, mySyntax );
0 commit comments