Skip to content

Commit

Permalink
Merge pull request #3994 from cjmayo/appicon
Browse files Browse the repository at this point in the history
Fix application icon disappearance after removal of easter egg
  • Loading branch information
nyalldawson authored Jan 15, 2017
2 parents 77ff0f8 + 68387ce commit 2b863b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsapplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ QString QgsApplication::activeThemePath()

QString QgsApplication::appIconPath()
{
return QString( "qgis-icon-60x60.png" );
return iconsPath() + QStringLiteral( "qgis-icon-60x60.png" );
}

QString QgsApplication::iconPath( const QString& iconFile )
Expand Down

0 comments on commit 2b863b9

Please sign in to comment.