Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
-Patch to close ticket #1259
git-svn-id: http://svn.osgeo.org/qgis/trunk@9239 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
ersts committed Sep 1, 2008
1 parent 1b40a22 commit f95f58d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/raster/qgsrasterlayer.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit f95f58d

Please sign in to comment.