DIALOG_ABOUT: add compil date to version info.

This commit is contained in:
jean-pierre charras 2019-09-27 11:04:02 +02:00
parent d3982d0cb2
commit 25dee38f70
1 changed files with 1 additions and 0 deletions

View File

@ -466,6 +466,7 @@ void DIALOG_ABOUT::buildVersionInfoData( wxString& aMsg, bool aFormatHtml )
<< platform.GetPortIdName() << eol;
aMsg << "Build Info:" << eol;
aMsg << indent4 << "Build date: " << __DATE__ << " " << __TIME__ << eol;
aMsg << indent4 << "wxWidgets: " << wxVERSION_NUM_DOT_STRING << " (";
aMsg << __WX_BO_UNICODE __WX_BO_STL __WX_BO_WXWIN_COMPAT_2_8 ")";