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:
parent
6e60d56a26
commit
b326934c03
@ -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,
|
||||
|
@ -55,7 +55,7 @@ BEGIN
|
||||
VALUE "FileDescription", "wxWidgets for MSW\0"
|
||||
VALUE "FileVersion", "wxWidgets Library " wxVERSION_NUM_DOT_STRING "\0"
|
||||
VALUE "InternalName", "wxMSW\0"
|
||||
VALUE "LegalCopyright", "Copyright 1993-2009 wxWidgets development team\0"
|
||||
VALUE "LegalCopyright", "Copyright 1993-2010 wxWidgets development team\0"
|
||||
VALUE "LegalTrademarks", "\0"
|
||||
VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0"
|
||||
VALUE "PrivateBuild", "\0"
|
||||
|
Loading…
Reference in New Issue
Block a user