-Patch to close ticket #1259

git-svn-id: http://svn.osgeo.org/qgis/trunk@9239 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
ersts 2008-09-01 18:29:47 +00:00
parent 1b40a224d4
commit f95f58d6b5

View File

@ -748,6 +748,9 @@ QString QgsRasterLayer::getDrawingStyleAsQString()
case SINGLE_BAND_PSEUDO_COLOR:
return QString( "SINGLE_BAND_PSEUDO_COLOR" );//no need to tr() this its not shown in ui
break;
case PALETTED_COLOR:
return QString( "PALETTED_COLOR" );//no need to tr() this its not shown in ui
break;
case PALETTED_SINGLE_BAND_GRAY:
return QString( "PALETTED_SINGLE_BAND_GRAY" );//no need to tr() this its not shown in ui
break;