[QGIS Commit] r10516 - trunk/qgis/src/plugins/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Apr 9 08:57:45 EDT 2009


Author: borysiasty
Date: 2009-04-09 08:57:45 -0400 (Thu, 09 Apr 2009)
New Revision: 10516

Modified:
   trunk/qgis/src/plugins/grass/qgsgrasstools.cpp
Log:
typo fix

Modified: trunk/qgis/src/plugins/grass/qgsgrasstools.cpp
===================================================================
--- trunk/qgis/src/plugins/grass/qgsgrasstools.cpp	2009-04-09 12:15:00 UTC (rev 10515)
+++ trunk/qgis/src/plugins/grass/qgsgrasstools.cpp	2009-04-09 12:57:45 UTC (rev 10516)
@@ -431,7 +431,7 @@
 
 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 );



More information about the QGIS-commit mailing list