]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
Tried to improve look of toogle tool under OS X, adapted from #10346: Nicer drawing...
[wxWidgets.git] / src / common / utilscmn.cpp
index f2ad803605b37c70fdb9535a6cc176f291aaffbc..bc45db3b2bb2b8cc19b8b212f3d54bca06a0ab32 100644 (file)
@@ -190,10 +190,12 @@ wxString wxNow()
 #endif
 }
 
+#if WXWIN_COMPATIBILITY_2_8
 void wxUsleep(unsigned long milliseconds)
 {
     wxMilliSleep(milliseconds);
 }
+#endif
 
 const wxChar *wxGetInstallPrefix()
 {
@@ -1424,7 +1426,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,