unicode for mac fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2003-08-17 07:16:09 +00:00
parent 7d671c0818
commit 365796b153
2 changed files with 4 additions and 4 deletions

View File

@@ -926,14 +926,14 @@ void wxTopLevelWindowMac::MacDelayedDeactivation(long timestamp)
{ {
if(s_macDeactivateWindow) 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); s_macDeactivateWindow->MacActivate(timestamp, false);
} }
} }
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating ) void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
{ {
wxLogDebug("TopLevel=%p::MacActivate",this); wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
if(s_macDeactivateWindow==this) if(s_macDeactivateWindow==this)
s_macDeactivateWindow=NULL; s_macDeactivateWindow=NULL;
MacDelayedDeactivation(timestamp); MacDelayedDeactivation(timestamp);

View File

@@ -926,14 +926,14 @@ void wxTopLevelWindowMac::MacDelayedDeactivation(long timestamp)
{ {
if(s_macDeactivateWindow) 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); s_macDeactivateWindow->MacActivate(timestamp, false);
} }
} }
void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating ) void wxTopLevelWindowMac::MacActivate( long timestamp , bool inIsActivating )
{ {
wxLogDebug("TopLevel=%p::MacActivate",this); wxLogDebug(wxT("TopLevel=%p::MacActivate"),this);
if(s_macDeactivateWindow==this) if(s_macDeactivateWindow==this)
s_macDeactivateWindow=NULL; s_macDeactivateWindow=NULL;
MacDelayedDeactivation(timestamp); MacDelayedDeactivation(timestamp);