Qt4: Add NetHack version to player selection popup

This commit is contained in:
Pasi Kallinen
2017-10-12 12:33:04 +03:00
parent ffeabfdf3b
commit 55143cd66e

View File

@@ -6,6 +6,7 @@
extern "C" {
#include "hack.h"
#include "date.h"
}
#undef Invisible
#undef Warning
@@ -37,7 +38,7 @@ namespace nethack_qt4 {
void centerOnMain( QWidget* w );
// end temporary
static const char nh_attribution[] = "<center><big>NetHack</big>"
static const char nh_attribution[] = "<center><big>NetHack " VERSION_STRING "</big>"
"<br><small>by the NetHack DevTeam</small></center>";
class NhPSListViewItem : public QTableWidgetItem {