]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/sound.cpp
drawing circles with a transparent pen was filling of course...
[wxWidgets.git] / src / mac / carbon / sound.cpp
index 93e36c103c395acf57c858fd741b28c62aa0e0b0..6533416d1fd24de3532e6e4853f2df3f72fdaf1b 100644 (file)
@@ -422,8 +422,10 @@ bool wxSound::DoPlay(unsigned flags) const
                 int nError;
                 if ((nError = NativePathNameToFSSpec ((char*) m_sndname.c_str(), &sfFile, 0)) != noErr)
                 {
+/*
                     wxLogSysError(wxString::Format(wxT("File:%s does not exist\nError:%i"),
                                     m_sndname.c_str(), nError));
+*/
                     return false;
                 }
 #endif