mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 10:40:37 +00:00
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:
parent
7b6c3a3c31
commit
3371a82e3e
1 changed files with 2 additions and 2 deletions
|
@ -514,7 +514,7 @@
|
|||
"OkButton" = {
|
||||
alignment = 2;
|
||||
alternateImage = nil;
|
||||
alternateTitle = "Ok";
|
||||
alternateTitle = "OK";
|
||||
autoresizesSubviews = NO;
|
||||
autoresizingMask = 1;
|
||||
bounds = "{x = 0; y = 0; width = 70; height = 28}";
|
||||
|
@ -540,7 +540,7 @@
|
|||
subviews = nil;
|
||||
superview = "SavePanelView";
|
||||
tag = 0;
|
||||
title = "Ok";
|
||||
title = "OK";
|
||||
};
|
||||
|
||||
"OkButtonCell" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue