mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Class name change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4015 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6935a9df0a
commit
4fc7b67601
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
1999-04-01 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Model/test.m (main): Change GSContext to NSGraphicContext
|
||||
|
||||
Thu Apr 1 20:45:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSTextField.m: init with same default values as OPENSTEP
|
||||
|
|
|
@ -43,7 +43,7 @@ NSProcessInfo* processInfo;
|
|||
}
|
||||
#endif
|
||||
|
||||
[[GSContext currentContext] wait];
|
||||
[[NSGraphicContext currentContext] wait];
|
||||
[[NSApplication sharedApplication] run];
|
||||
printf ("exiting...\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue