]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
Probably fixed mouse event bug introduced recently.
[wxWidgets.git] / src / generic / logg.cpp
index 5bff11e876758488acb9f9f9678e5fced4a8958b..254439bfc4b600ccffcf93810d946fd949163767 100644 (file)
@@ -826,7 +826,6 @@ void wxLogDialog::CreateDetailsControls()
         // Degrade gracefully.
         if ( !bmp.Ok() )
         {
-            wxLogError("FAILED fro %s:", icons[icon]);
             loadedIcons = FALSE;
 
             break;
@@ -1105,7 +1104,7 @@ void wxLogTextCtrl::DoLogString(const wxChar *szString, time_t WXUNUSED(t))
     wxString msg;
     TimeStamp(&msg);
 
-#if defined(__WXMAC__) && !defined(__DARWIN__)
+#if defined(__WXMAC__)
     // VZ: this is a bug in wxMac, it *must* accept '\n' as new line, the
     //     translation must be done in wxTextCtrl, not here! (FIXME)
     msg << szString << wxT('\r');