]> git.saurik.com Git - wxWidgets.git/commitdiff
fix digitalmars bug (ambiguous symbol)
authorChris Elliott <biol75@york.ac.uk>
Wed, 24 Sep 2003 08:29:21 +0000 (08:29 +0000)
committerChris Elliott <biol75@york.ac.uk>
Wed, 24 Sep 2003 08:29:21 +0000 (08:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/toplevel.cpp

index 6874f1327da7bfcd48bebf794c065c4f8b7ab4cb..41d5a0d46a434211df9ad6ef78cceab198443de1 100644 (file)
@@ -864,7 +864,7 @@ void wxTopLevelWindowMSW::OnActivate(wxActivateEvent& event)
     if ( event.GetActive() )
     {
         // restore focus to the child which was last focused
-        wxLogTrace(_T("focus"), _T("wxTLW %08x activated."), (int) m_hWnd);
+//        wxLogTrace(_T("focus"), _T("wxTLW %08x activated."), (int) m_hWnd);
 
         wxWindow *parent = m_winLastFocused ? m_winLastFocused->GetParent()
                                             : NULL;