Changed ok button from 'Ok' to 'OK'

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5097 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-27 13:33:38 +00:00
parent 7b6c3a3c31
commit 3371a82e3e

View file

@ -514,7 +514,7 @@
"OkButton" = { "OkButton" = {
alignment = 2; alignment = 2;
alternateImage = nil; alternateImage = nil;
alternateTitle = "Ok"; alternateTitle = "OK";
autoresizesSubviews = NO; autoresizesSubviews = NO;
autoresizingMask = 1; autoresizingMask = 1;
bounds = "{x = 0; y = 0; width = 70; height = 28}"; bounds = "{x = 0; y = 0; width = 70; height = 28}";
@ -540,7 +540,7 @@
subviews = nil; subviews = nil;
superview = "SavePanelView"; superview = "SavePanelView";
tag = 0; tag = 0;
title = "Ok"; title = "OK";
}; };
"OkButtonCell" = { "OkButtonCell" = {