-Forgot to set the icon for the default band combination button

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8820 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
ersts 2008-07-21 16:26:23 +00:00
parent c95c7f1c13
commit d20839f32c

View File

@ -290,6 +290,7 @@ QgsRasterLayerProperties::QgsRasterLayerProperties(QgsMapLayer *lyr, QWidget *pa
pbnDefaultValues->setIcon(QIcon(myThemePath + "/mActionCopySelected.png"));
pbnImportTransparentPixelValues->setIcon(QIcon(myThemePath + "/mActionFileOpen.png"));
pbnExportTransparentPixelValues->setIcon(QIcon(myThemePath + "/mActionFileSave.png"));
pbtnMakeBandCombinationDefault->setIcon(QIcon(myThemePath + "/mActionFileSave.png"));
pbtnMakeContrastEnhancementAlgorithmDefault->setIcon(QIcon(myThemePath + "/mActionFileSave.png"));
// Only do pyramids if dealing directly with GDAL.