Small bugfix (fixes bug that caused blueBand to be mapped to gray).

git-svn-id: http://svn.osgeo.org/qgis/trunk@472 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-01-13 18:59:43 +00:00
parent fa7dae9206
commit d3c426251b

View File

@ -61,7 +61,7 @@ QgsRasterLayer::QgsRasterLayer(QString path, QString baseName)
redBandNameQString="Red"; // sensible default
greenBandNameQString="Green"; // sensible default
blueBandNameQString="Blue"; // sensible default
blueBandNameQString="Gray"; // sensible default
grayBandNameQString="Gray"; // sensible default
showGrayAsColorFlag=false; // sensible default
invertHistogramFlag=false; // sensible default
stdDevsToPlotDouble = 0; // sensible default