From aa35fde684e364a9e118c1d737336abdff25350a Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Sat, 5 Sep 2009 06:15:26 +0000 Subject: [Author: alcor] Update Large UI with latest nib Add toolbar to prefs Add toolbar localization R=dmaclach DELTA=4125 (3054 added, 462 deleted, 609 changed) --- AppKit/GTMUILocalizerTest.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'AppKit/GTMUILocalizerTest.h') diff --git a/AppKit/GTMUILocalizerTest.h b/AppKit/GTMUILocalizerTest.h index d2019bb..46594bc 100644 --- a/AppKit/GTMUILocalizerTest.h +++ b/AppKit/GTMUILocalizerTest.h @@ -19,6 +19,10 @@ #import #import "GTMDefines.h" +// TODO(alcor): this test is 10.5 only due to the toolbar in the xib +// if we support 10.4, we should find another way to test + +#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 @interface GTMUILocalizerTestWindowController : NSWindowController { IBOutlet NSWindow *otherWindow_; IBOutlet NSWindow *anotherWindow_; @@ -29,7 +33,6 @@ - (NSMenu *)otherMenu; @end -#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 @interface GTMUILocalizerTestViewController : NSViewController { IBOutlet NSView *otherView_; } -- cgit v1.2.3