Remove santa hat easter egg

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!
This commit is contained in:
Nyall Dawson 2016-12-28 11:21:48 +10:00
parent 110ffe2756
commit 12a4a9c9bd

View File

@ -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 )