X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/171d29f9fd3cd8dcc5f04de0c5662292eaad5d52..f125ccf24048cef9a1fcf7d38edaab8225d41564:/src/mac/utilsexc.cpp

diff --git a/src/mac/utilsexc.cpp b/src/mac/utilsexc.cpp
index c97c35e443..d6553a7531 100644
--- a/src/mac/utilsexc.cpp
+++ b/src/mac/utilsexc.cpp
@@ -28,6 +28,7 @@
 long wxExecute(const wxString& command, int flags, wxProcess *handler)
 {
     // TODO
+    wxFAIL_MSG( _T("wxExecute() not yet implemented") );
     return 0;
 }
 #endif
@@ -35,7 +36,7 @@ long wxExecute(const wxString& command, int flags, wxProcess *handler)
 #ifdef __DARWIN__
 int wxAddProcessCallback(wxEndProcessData *proc_data, int fd)
 {
-   wxFAIL_MSG(wxT("wxAddProcessCallback() function not ready"));
+   wxFAIL_MSG( _T("wxAddProcessCallback() not yet implemented") );
    return 0;
 }
 #endif