Skip to content

Commit

Permalink
Remove santa hat easter egg
Browse files Browse the repository at this point in the history
It made a lot of stressed GIS people smile (and as a bonus
stressed out some unhappy grinches in the process!), but
there's nothing worse than a good easter egg which lives
on too long and gets tired.

RIP santa QGIS... bring on the next easter egg!
  • Loading branch information
nyalldawson committed Dec 28, 2016
1 parent 110ffe2 commit 12a4a9c
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 @@ -420,7 +420,7 @@ QString QgsApplication::activeThemePath()

QString QgsApplication::appIconPath()
{
return iconsPath() + ( QDate::currentDate().month() == 12 ? tr( "qgis-icon-60x60_xmas.png", "December application icon" ) : QStringLiteral( "qgis-icon-60x60.png" ) );
return iconsPath() + QStringLiteral( "qgis-icon-60x60.png" );
}

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

0 comments on commit 12a4a9c

Please sign in to comment.