Skip to content

Commit

Permalink
warning if module was not found on Windows
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4917 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 28, 2006
1 parent 63d6e0d commit 2301e8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/grass/qgsgrassmodule.cpp
Expand Up @@ -184,6 +184,7 @@ QgsGrassModule::QgsGrassModule ( QgsGrassTools *tools, QgisApp *qgisApp, QgisIfa
else
{
std::cerr << "Module " << xName.ascii() << " not found" << std::endl;
QMessageBox::warning( 0, "Warning", "Module " + xName + " not found" );
return;
}
#else
Expand Down

0 comments on commit 2301e8c

Please sign in to comment.