mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 23:31:02 +00:00
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:
parent
5dd6d39438
commit
867be115f0
1 changed files with 1 additions and 1 deletions
|
@ -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:)];
|
||||
|
|
Loading…
Reference in a new issue