Changed ok button to display OK rather than Ok

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5095 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-27 13:32:02 +00:00
parent 5dd6d39438
commit 867be115f0

View file

@ -354,7 +354,7 @@ static NSSavePanel *gnustep_gui_save_panel = nil;
button = [[NSButton alloc] initWithFrame: NSMakeRect (200, 5, 70, 28)];
[button setBordered: YES];
[button setButtonType: NSMomentaryPushButton];
[button setTitle: @"Ok"];
[button setTitle: @"OK"];
[button setImagePosition: NSNoImage];
[button setTarget: self];
[button setAction: @selector(ok:)];