From 53974a084bc914ea8666918b43803574515c9aef Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Wed, 20 Jan 2010 04:31:03 +0000 Subject: [Author: dmaclach] Fix for http://code.google.com/p/google-toolbox-for-mac/issues/detail?id=40. Sets up GTMUILocalizer to localize some bindings. Handles: NSMultipleValuesPlaceholderBindingOption NSNoSelectionPlaceholderBindingOption NSNotApplicablePlaceholderBindingOption NSNullPlaceholderBindingOption NSDisplayNameBindingOption, NSDisplayPatternBindingOption, R=thomasvl DELTA=1475 (815 added, 596 deleted, 64 changed) --- AppKit/GTMUILocalizerTest.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AppKit/GTMUILocalizerTest.h') diff --git a/AppKit/GTMUILocalizerTest.h b/AppKit/GTMUILocalizerTest.h index d2019bb..d1c1774 100644 --- a/AppKit/GTMUILocalizerTest.h +++ b/AppKit/GTMUILocalizerTest.h @@ -23,10 +23,14 @@ IBOutlet NSWindow *otherWindow_; IBOutlet NSWindow *anotherWindow_; IBOutlet NSMenu *otherMenu_; + IBOutlet NSTextField *bindingsTextField_; + IBOutlet NSSearchField *bindingsSearchField_; } - (NSWindow *)otherWindow; - (NSWindow *)anotherWindow; - (NSMenu *)otherMenu; +- (NSTextField *)bindingsTextField; +- (NSSearchField *)bindingsSearchField; @end #if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 -- cgit v1.2.3