16 lines
598 B
Plaintext
16 lines
598 B
Plaintext
|
$OpenBSD: patch-Bundles_Viewing_ViewingView_m,v 1.1 2010/10/24 13:03:22 sebastia Exp $
|
||
|
|
||
|
Fix button label.
|
||
|
|
||
|
--- Bundles/Viewing/ViewingView.m.orig Sun Oct 24 13:50:45 2010
|
||
|
+++ Bundles/Viewing/ViewingView.m Sun Oct 24 13:51:39 2010
|
||
|
@@ -107,7 +107,7 @@
|
||
|
[self addSubview: label];
|
||
|
|
||
|
headersButton = [[NSButton alloc] initWithFrame: NSMakeRect(395,33,40,ButtonHeight)];
|
||
|
- [headersButton setStringValue: _(@"Set")];
|
||
|
+ [headersButton setTitle: _(@"Set")];
|
||
|
[headersButton setTarget: parent];
|
||
|
[headersButton setAction:@selector(headersButtonClicked:)];
|
||
|
[self addSubview: headersButton];
|