mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Fixed minor typo-s.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4114 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d5480779d0
commit
39c0e63fbf
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
1999-04-22 Michael Hanni <mhanni@sprintmail.com>
|
||||
|
||||
* Model/test.m: fixed NSGraphic's'Context type-o.
|
||||
* Model/GMAppKit.m: Added missing @end to NSImageView
|
||||
implementation.
|
||||
|
||||
Mon Apr 19 14:54:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
|
||||
|
||||
* Source/NSApplication.m: Link in dummy function to ensure that
|
||||
|
|
|
@ -1375,6 +1375,7 @@ void __dummy_GMAppKit_functionForLinking() {}
|
|||
|
||||
return self;
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation NSTextFieldCell (GMArchiverMethods)
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ NSProcessInfo* processInfo;
|
|||
}
|
||||
#endif
|
||||
|
||||
[[NSGraphicContext currentContext] wait];
|
||||
[[NSGraphicsContext currentContext] wait];
|
||||
[[NSApplication sharedApplication] run];
|
||||
printf ("exiting...\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue