Skip to content

Commit fea8a17

Browse files
author
rblazek
committedFeb 28, 2006
warning if module was not found on Windows
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4917 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2854b98 commit fea8a17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/grass/qgsgrassmodule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ QgsGrassModule::QgsGrassModule ( QgsGrassTools *tools, QgisApp *qgisApp, QgisIfa
184184
else
185185
{
186186
std::cerr << "Module " << xName.ascii() << " not found" << std::endl;
187+
QMessageBox::warning( 0, "Warning", "Module " + xName + " not found" );
187188
return;
188189
}
189190
#else

0 commit comments

Comments
 (0)
Please sign in to comment.