mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 03:40:59 +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" = {
|
"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" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue