X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce1c67459867925950e19e2d7230615a0d37cafa..72213209b7128b1d77ff9abc8d96e9f0158b51ae:/src/common/memory.cpp?ds=sidebyside diff --git a/src/common/memory.cpp b/src/common/memory.cpp index f12eb3ae5f..ad4c531d5e 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -117,7 +117,7 @@ */ 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 (); }