From a7cbd7c9c2139e1e7ac912790fb289318b606fab Mon Sep 17 00:00:00 2001 From: warwick Date: Fri, 11 Jan 2002 08:31:08 +0000 Subject: [PATCH] Some more stuff missed for the splash screen in Qt windowport. Sorry! --- win/Qt/qt_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);