]> git.saurik.com Git - wxWidgets.git/commitdiff
update copyright year to 2009 (closes #10319)
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Jan 2009 15:18:40 +0000 (15:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 1 Jan 2009 15:18:40 +0000 (15:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/utilscmn.cpp

index f2ad803605b37c70fdb9535a6cc176f291aaffbc..f69258680e641ca2610a3f9430ab7f38fff9c095 100644 (file)
@@ -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,