Change the year in copyright messages to 2010.
Backport of r63031 from trunk. See #11584. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@63032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2363,7 +2363,7 @@ void wxWindowBase::OnMiddleClick( wxMouseEvent& event )
|
|||||||
msg.Printf(_T("wxWidgets Library (%s port)\n")
|
msg.Printf(_T("wxWidgets Library (%s port)\n")
|
||||||
_T("Version %d.%d.%d%s%s, compiled at %s %s\n")
|
_T("Version %d.%d.%d%s%s, compiled at %s %s\n")
|
||||||
_T("Runtime version of toolkit used is %d.%d.%s\n")
|
_T("Runtime version of toolkit used is %d.%d.%s\n")
|
||||||
_T("Copyright (c) 1995-2009 wxWidgets team"),
|
_T("Copyright (c) 1995-2010 wxWidgets team"),
|
||||||
wxPlatformInfo::Get().GetPortIdName().c_str(),
|
wxPlatformInfo::Get().GetPortIdName().c_str(),
|
||||||
wxMAJOR_VERSION,
|
wxMAJOR_VERSION,
|
||||||
wxMINOR_VERSION,
|
wxMINOR_VERSION,
|
||||||
|
@@ -50,7 +50,7 @@ BEGIN
|
|||||||
VALUE "FileDescription", "wxWidgets for MSW\0"
|
VALUE "FileDescription", "wxWidgets for MSW\0"
|
||||||
VALUE "FileVersion", "wxWidgets Library " wxVERSION_NUM_DOT_STRING "\0"
|
VALUE "FileVersion", "wxWidgets Library " wxVERSION_NUM_DOT_STRING "\0"
|
||||||
VALUE "InternalName", "wxMSW\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 "LegalTrademarks", "\0"
|
||||||
VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0"
|
VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0"
|
||||||
VALUE "PrivateBuild", "\0"
|
VALUE "PrivateBuild", "\0"
|
||||||
|
Reference in New Issue
Block a user