]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
Change the year in copyright messages to 2010.
[wxWidgets.git] / src / common / utilscmn.cpp
index ecac6df4768aee8ff182f6b38d9347d7009901f2..c77972ce109b0e0100046324e94e0195faefd181 100644 (file)
@@ -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,