diff --git a/src/common/utilscmn.cpp b/src/common/utilscmn.cpp index f2ad803605..f69258680e 100644 --- a/src/common/utilscmn.cpp +++ b/src/common/utilscmn.cpp @@ -1424,7 +1424,7 @@ void wxInfoMessageBox(wxWindow* parent) msg.Printf(_T("wxWidgets Library (%s port)\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("Copyright (c) 1995-2008 wxWidgets team"), + _T("Copyright (c) 1995-2009 wxWidgets team"), wxPlatformInfo::Get().GetPortIdName().c_str(), wxMAJOR_VERSION, wxMINOR_VERSION,