]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/fontdlgosx.mm
cleanup - fixed warnings, reformatting
[wxWidgets.git] / src / mac / carbon / fontdlgosx.mm
index b3fdb9d80ed997a2e7ebcedcab5f0729fd028a1b..ee1e20cd918b75add108a9842bfd86d5286bb114 100644 (file)
@@ -36,6 +36,7 @@
 #import <AppKit/AppKit.h>
 
 #include "wx/mac/uma.h"
+#include "wx/intl.h"
 
 @interface wxMacFontPanelAccView : NSView
 {   
@@ -63,7 +64,6 @@
 
     NSRect rectCancel = NSMakeRect( 10.0 , 10.0 , 82  , 24 );
     NSRect rectOK = NSMakeRect( 100.0 , 10.0 , 82  , 24 );
-    NSView* panel = [[NSView alloc] initWithFrame:rectBox];
     
     NSButton* cancelButton = [[NSButton alloc] initWithFrame:rectCancel];
     [cancelButton setTitle:(NSString*)cfCancelString.Detach()];