Some more stuff missed for the splash screen in Qt windowport. Sorry!

This commit is contained in:
warwick
2002-01-11 08:31:08 +00:00
parent 31b0ddda0b
commit a7cbd7c9c2

View File

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