fixed typo in a comment

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@889 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-02-22 06:54:47 +00:00
parent b7edb0df44
commit c4fc3d8e35

View File

@ -66,7 +66,7 @@ int main(int argc, char *argv[])
QString path = argv[i]; QString path = argv[i];
// try to add all these layers - any unsupported file types will // try to add all these layers - any unsupported file types will
// be rejected automatically // be rejected automatically
// They funky bool ok is so this can be debugged a bit easier... // The funky bool ok is so this can be debugged a bit easier...
// First try and load it as a project file // First try and load it as a project file
if(!qgis->addProject(path)){ if(!qgis->addProject(path)){