Effectivement, dans modules/gui/qt4/qt4.cpp, on trouve: if( QDate::currentDate().dayOfYear() >= 352 ) /* One Week before Xmas */ app.setWindowIcon( QIcon( QPixmap(vlc_christmas_xpm) ) ); else app.setWindowIcon( QIcon( QPixmap(vlc_xpm) ) );:)
Effectivement, dans modules/gui/qt4/qt4.cpp, on trouve:
RépondreSupprimerif( QDate::currentDate().dayOfYear() >= 352 ) /* One Week before Xmas */
app.setWindowIcon( QIcon( QPixmap(vlc_christmas_xpm) ) );
else
app.setWindowIcon( QIcon( QPixmap(vlc_xpm) ) );
:)