]> git.saurik.com Git - wxWidgets.git/commitdiff
update the year in wx information dialog (#9701)
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Jul 2008 02:18:35 +0000 (02:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 Jul 2008 02:18:35 +0000 (02:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/utilscmn.cpp

index fad395b80079a8df48bd3eb997964541ec88b14b..0c46279c199c7428a10e86efc5d9a8d4a8e8e22c 100644 (file)
@@ -1405,7 +1405,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-2007 wxWidgets team"),
+               _T("Copyright (c) 1995-2008 wxWidgets team"),
                wxPlatformInfo::Get().GetPortIdName().c_str(),
                wxMAJOR_VERSION,
                wxMINOR_VERSION,