]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
make GetSize() return the size of the window including the decorations and updated...
[wxWidgets.git] / src / common / wincmn.cpp
index 167a6d83e7448cc0db47517ad7abd68a7948f47f..7b0bb3c81b94cc746ee0a2ee97998683ce9034ae 100644 (file)
@@ -2286,7 +2286,7 @@ void wxWindowBase::OnMiddleClick( wxMouseEvent& event )
         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-2006 wxWidgets team"),
+                   _T("Copyright (c) 1995-2007 wxWidgets team"),
                    wxPlatformInfo::Get().GetPortIdName().c_str(),
                    wxMAJOR_VERSION,
                    wxMINOR_VERSION,