Skip to content

Commit

Permalink
fix 4ae6b56
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 16, 2017
1 parent 4ae6b56 commit f4d9514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsapplication.cpp
Expand Up @@ -396,7 +396,7 @@ QString QgsApplication::activeThemePath()

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

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

0 comments on commit f4d9514

Please sign in to comment.