Skip to content

Commit e882e47

Browse files
committed
[georeferencer] change add raster icon to be consistent with the main app theme
1 parent 47a1280 commit e882e47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/georeferencer/qgsgeorefplugingui.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ void QgsGeorefPluginGui::layerWillBeRemoved( QString theLayerId )
800800
void QgsGeorefPluginGui::createActions()
801801
{
802802
// File actions
803-
mActionOpenRaster->setIcon( getThemeIcon( "/mActionOpenRaster.png" ) );
803+
mActionOpenRaster->setIcon( getThemeIcon( "/mActionAddRasterLayer.svg" ) );
804804
connect( mActionOpenRaster, SIGNAL( triggered() ), this, SLOT( openRaster() ) );
805805

806806
mActionStartGeoref->setIcon( getThemeIcon( "/mActionStartGeoref.png" ) );
@@ -1076,7 +1076,7 @@ void QgsGeorefPluginGui::updateIconTheme( QString theme )
10761076
{
10771077
Q_UNUSED( theme );
10781078
// File actions
1079-
mActionOpenRaster->setIcon( getThemeIcon( "/mActionOpenRaster.png" ) );
1079+
mActionOpenRaster->setIcon( getThemeIcon( "/mActionAddRasterLayer.svg" ) );
10801080
mActionStartGeoref->setIcon( getThemeIcon( "/mActionStartGeoref.png" ) );
10811081
mActionGDALScript->setIcon( getThemeIcon( "/mActionGDALScript.png" ) );
10821082
mActionLoadGCPpoints->setIcon( getThemeIcon( "/mActionLoadGCPpoints.png" ) );

0 commit comments

Comments
 (0)