]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/memory.cpp
adaptions for m_peer
[wxWidgets.git] / src / common / memory.cpp
index f12eb3ae5f7c955f02a0d6a305cb2a7a89a5fc24..ad4c531d5ec301ebd222569a1d88844aab33118f 100644 (file)
 */
 void wxMemStruct::ErrorMsg (const char * mesg)
 {
-  wxLogMessage(wxT("wxWindows memory checking error: %s"), mesg);
+  wxLogMessage(wxT("wxWidgets memory checking error: %s"), mesg);
   PrintNode ();
 }
 
@@ -126,7 +126,7 @@ void wxMemStruct::ErrorMsg (const char * mesg)
 */
 void wxMemStruct::ErrorMsg ()
 {
-  wxLogMessage(wxT("wxWindows over/underwrite memory error:"));
+  wxLogMessage(wxT("wxWidgets over/underwrite memory error:"));
   PrintNode ();
 }