From: Stefan Csomor Date: Sun, 17 Aug 2003 07:16:09 +0000 (+0000) Subject: unicode for mac fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/365796b153d710b08a03b92de241574d01c498d7 unicode for mac fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/toplevel.cpp b/src/mac/carbon/toplevel.cpp index d8f5c9563c..db124d622c 100644 --- a/src/mac/carbon/toplevel.cpp +++ b/src/mac/carbon/toplevel.cpp @@ -926,14 +926,14 @@ void wxTopLevelWindowMac::MacDelayedDeactivation(long timestamp) { if(s_macDeactivateWindow) { - wxLogDebug("Doing delayed deactivation of %p",s_macDeactivateWindow); + wxLogDebug(wxT("Doing delayed deactivation of %p"),s_macDeactivateWindow); s_macDeactivateWindow->MacActivate(timestamp, false); } } void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating ) { - wxLogDebug("TopLevel=%p::MacActivate",this); + wxLogDebug(wxT("TopLevel=%p::MacActivate"),this); if(s_macDeactivateWindow==this) s_macDeactivateWindow=NULL; MacDelayedDeactivation(timestamp); diff --git a/src/mac/toplevel.cpp b/src/mac/toplevel.cpp index d8f5c9563c..db124d622c 100644 --- a/src/mac/toplevel.cpp +++ b/src/mac/toplevel.cpp @@ -926,14 +926,14 @@ void wxTopLevelWindowMac::MacDelayedDeactivation(long timestamp) { if(s_macDeactivateWindow) { - wxLogDebug("Doing delayed deactivation of %p",s_macDeactivateWindow); + wxLogDebug(wxT("Doing delayed deactivation of %p"),s_macDeactivateWindow); s_macDeactivateWindow->MacActivate(timestamp, false); } } void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating ) { - wxLogDebug("TopLevel=%p::MacActivate",this); + wxLogDebug(wxT("TopLevel=%p::MacActivate"),this); if(s_macDeactivateWindow==this) s_macDeactivateWindow=NULL; MacDelayedDeactivation(timestamp);