dimanche, décembre 20, 2009

Un oeuf de pâques sur VLC?

Ou peut-être plutôt un oeuf de Noël! Je démarre mon VLC, et je trouve l'icône, comment dirais-je... Changée?




An Easter egg in VLC?

Or maybe a Christmas egg! I started my faithful VLC, and found that the icon was, like... changed?

1 commentaire:

  1. Julien12:47

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


    :)

    RépondreSupprimer