Some more stuff missed for the splash screen in Qt windowport. Sorry!
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user