Update year in string returned by wxGetLibraryVersionInfo()

Change years in the copyright information returned by
wxGetLibraryVersionInfo() from "1995-2018" to "1995-2019".

Closes https://github.com/wxWidgets/wxWidgets/pull/1302
This commit is contained in:
PB
2019-04-21 17:25:58 +02:00
committed by Vadim Zeitlin
parent 025709d18b
commit 21f6c0af1e

View File

@@ -1442,7 +1442,7 @@ wxVersionInfo wxGetLibraryVersionInfo()
wxMINOR_VERSION,
wxRELEASE_NUMBER,
msg,
wxS("Copyright (c) 1995-2018 wxWidgets team"));
wxS("Copyright (c) 1995-2019 wxWidgets team"));
}
void wxInfoMessageBox(wxWindow* parent)