From: Pasi Kallinen Date: Thu, 12 Oct 2017 09:33:04 +0000 (+0300) Subject: Qt4: Add NetHack version to player selection popup X-Git-Tag: NetHack-3.6.1_RC01~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55143cd66eceb8acc29355b1fde475ce55be3f6d;p=nethack Qt4: Add NetHack version to player selection popup --- diff --git a/win/Qt4/qt4plsel.cpp b/win/Qt4/qt4plsel.cpp index 56b8849bd..ea792f8ab 100644 --- a/win/Qt4/qt4plsel.cpp +++ b/win/Qt4/qt4plsel.cpp @@ -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[] = "
NetHack" +static const char nh_attribution[] = "
NetHack " VERSION_STRING "" "
by the NetHack DevTeam
"; class NhPSListViewItem : public QTableWidgetItem {