Skip to content
Permalink
Browse files
viewOutput bug fix
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5854 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Sep 22, 2006
1 parent a7868c2 commit 0d0eb5b
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1358,10 +1358,10 @@ void QgsGrassModule::viewOutput()
QString uri = QgsGrass::getDefaultGisdbase() + "/"
+ QgsGrass::getDefaultLocation() + "/"
+ QgsGrass::getDefaultMapset() + "/"
+ map + "/" + layers[i];
+ map + "/" + layers[j];

// TODO vector layer name
mIface->addVectorLayer( uri, layers[i], "grass");
mIface->addVectorLayer( uri, layers[j], "grass");
}
}

0 comments on commit 0d0eb5b

Please sign in to comment.