]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
test
[wxWidgets.git] / include / wx / utils.h
index 48ee355683904a59392ea61138a4ffa8b90eff51..73b50a162bd9e2822951a72eeaa4283c8c105ab0 100644 (file)
@@ -172,7 +172,7 @@ WXDLLEXPORT int wxKill(long pid, wxSignal sig = wxSIGTERM);
 // If no command then just the shell
 WXDLLEXPORT bool wxShell(const wxString& command = wxEmptyString);
 
-// Sleep for nSecs seconds under UNIX, do nothing under Windows
+// Sleep for nSecs seconds
 WXDLLEXPORT void wxSleep(int nSecs);
 
 // Sleep for a given amount of milliseconds