Skip to content

Commit

Permalink
Fix for patch #67 - I think it'll solve the problem without causing
Browse files Browse the repository at this point in the history
others :)


git-svn-id: http://svn.osgeo.org/qgis/trunk@5652 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jul 31, 2006
1 parent cc3255c commit b9850de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/qgsrasterlayerproperties.cpp
Expand Up @@ -192,7 +192,8 @@ QgsRasterLayerProperties::QgsRasterLayerProperties(QgsMapLayer *lyr, QWidget *pa
cboRed->insertItem(tr("Not Set"));
cboGreen->insertItem(tr("Not Set"));
cboBlue->insertItem(tr("Not Set"));
cboGray->insertItem(tr("Not Set"));
if (cboGray->count() != 1)
cboGray->insertItem(tr("Not Set"));
}

QString myThemePath = QgsApplication::themePath();
Expand Down

0 comments on commit b9850de

Please sign in to comment.