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!

(cherry-picked from 12a4a9)
  • Loading branch information
nyalldawson committed Jan 11, 2017
1 parent 586b99a commit 887383c
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() + ( QDate::currentDate().month() == 12 ? tr( "qgis-icon-60x60_xmas.png", "December application icon" ) : QString( "qgis-icon-60x60.png" ) );
return QString( "qgis-icon-60x60.png" );
}

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

0 comments on commit 887383c

Please sign in to comment.