From: warwick Date: Fri, 11 Jan 2002 08:31:08 +0000 (+0000) Subject: Some more stuff missed for the splash screen in Qt windowport. Sorry! X-Git-Tag: MOVE2GIT~3505 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7cbd7c9c2139e1e7ac912790fb289318b606fab;p=nethack Some more stuff missed for the splash screen in Qt windowport. Sorry! --- diff --git a/win/Qt/qt_win.cpp b/win/Qt/qt_win.cpp index d5c955ffb..848a3d64c 100644 --- a/win/Qt/qt_win.cpp +++ b/win/Qt/qt_win.cpp @@ -4382,7 +4382,7 @@ NetHackQtSavedGameSelector::NetHackQtSavedGameSelector(const char** saved) : QLabel* logo = new QLabel(this); vbl->addWidget(logo); logo->setAlignment(AlignCenter); - logo->setPixmap(QPixmap("nethack.png")); + logo->setPixmap(QPixmap("nhsplash.xpm")); QLabel* attr = new QLabel("by Warwick Allison and the NetHack DevTeam",this); attr->setAlignment(AlignCenter); vbl->addWidget(attr);