Change the year in copyright messages to 2010.
Happy new year to all wx-ers! Closes #11584. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1343,7 +1343,7 @@ void wxInfoMessageBox(wxWindow* parent)
|
||||
GTK_MICRO_VERSION);
|
||||
#endif // __WXGTK__
|
||||
|
||||
msg += wxS("\nCopyright (c) 1995-2009 wxWidgets team");
|
||||
msg += wxS("\nCopyright (c) 1995-2010 wxWidgets team");
|
||||
|
||||
wxMessageBox(msg, wxT("wxWidgets information"),
|
||||
wxICON_INFORMATION | wxOK,
|
||||
|
Reference in New Issue
Block a user