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:
@@ -1442,7 +1442,7 @@ wxVersionInfo wxGetLibraryVersionInfo()
|
|||||||
wxMINOR_VERSION,
|
wxMINOR_VERSION,
|
||||||
wxRELEASE_NUMBER,
|
wxRELEASE_NUMBER,
|
||||||
msg,
|
msg,
|
||||||
wxS("Copyright (c) 1995-2018 wxWidgets team"));
|
wxS("Copyright (c) 1995-2019 wxWidgets team"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void wxInfoMessageBox(wxWindow* parent)
|
void wxInfoMessageBox(wxWindow* parent)
|
||||||
|
Reference in New Issue
Block a user