]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/frame.cpp
Set HTML data even in Unicode mode
[wxWidgets.git] / src / mac / carbon / frame.cpp
index bb2cea1d90bf1a0cef999dae0343d94a837c58e3..a009da920021a5420cec854c49e708bce635cf3a 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "frame.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #include "wx/frame.h"
@@ -270,10 +266,9 @@ void wxFrame::DoGetClientSize(int *x, int *y) const
         }
         else
         {
-//#if wxMAC_USE_NATIVE_TOOLBAR
-            // todo verify whether HIToolBox is giving correct sizes here for the tlw
+#if !wxMAC_USE_NATIVE_TOOLBAR
             if ( y )  *y -= h;
-//#endif
+#endif
         }
     }
 #endif // wxUSE_TOOLBAR