From 31d560bf7dfff4735cefe32e2e62222b5e694665 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 29 Jun 2002 11:56:42 +0000 Subject: [PATCH] improved error messages git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/utilsexc.cpp | 3 ++- src/mac/utilsexc.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/mac/carbon/utilsexc.cpp b/src/mac/carbon/utilsexc.cpp index 699008b38b..d6553a7531 100644 --- a/src/mac/carbon/utilsexc.cpp +++ b/src/mac/carbon/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( _T("wxAddProcessCallback() function not yet implemented") ); + wxFAIL_MSG( _T("wxAddProcessCallback() not yet implemented") ); return 0; } #endif diff --git a/src/mac/utilsexc.cpp b/src/mac/utilsexc.cpp index 699008b38b..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( _T("wxAddProcessCallback() function not yet implemented") ); + wxFAIL_MSG( _T("wxAddProcessCallback() not yet implemented") ); return 0; } #endif -- 2.47.2