]> git.saurik.com Git - wxWidgets.git/commitdiff
unicode for mac fixes
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 17 Aug 2003 07:16:09 +0000 (07:16 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 17 Aug 2003 07:16:09 +0000 (07:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/toplevel.cpp
src/mac/toplevel.cpp

index d8f5c9563cf7c1ff13d9af92f4aedc60b21adf67..db124d622c496559947c4782fc5929fbe255a670 100644 (file)
@@ -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);
index d8f5c9563cf7c1ff13d9af92f4aedc60b21adf67..db124d622c496559947c4782fc5929fbe255a670 100644 (file)
@@ -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);