Update the year in the built-in wxWidgets version dialog.

Simply s/2011/2013/

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74996 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-10-14 15:07:54 +00:00
parent 6a51bf145f
commit a33511aeeb

View File

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