diff -r 44d65d9bfda4 -r 3d18f7f71d65 QTfrontend/main.cpp --- a/QTfrontend/main.cpp Fri Dec 28 11:00:12 2012 +0100 +++ b/QTfrontend/main.cpp Fri Dec 28 23:54:42 2012 +0100 @@ -139,8 +139,7 @@ HWApplication app(argc, argv); QLabel *splash = NULL; - //enabled on win and osx, disable if it doesn't look good -#if defined Q_WS_WIN || defined Q_WS_MAC +#if defined Q_WS_WIN QPixmap pixmap(":res/splash.png"); splash = new QLabel(0, Qt::FramelessWindowHint|Qt::WindowStaysOnTopHint); splash->setAttribute(Qt::WA_TranslucentBackground);