aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMUILocalizerTest.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-01-20 04:31:03 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2010-01-20 04:31:03 +0000
commit53974a084bc914ea8666918b43803574515c9aef (patch)
tree2f22d47535abce712562870043865b52b2a090d3 /AppKit/GTMUILocalizerTest.h
parent00ac975413b92871834ecd54af73474bd6ddcd81 (diff)
[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)
Diffstat (limited to 'AppKit/GTMUILocalizerTest.h')
-rw-r--r--AppKit/GTMUILocalizerTest.h4
1 files changed, 4 insertions, 0 deletions
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