From 2055a4b0e075c6232fa5bef886e25837dccec22a Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 22 Apr 1999 20:47:36 +0000 Subject: [PATCH] Fixed minor typo-s. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4114 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ Model/GMAppKit.m | 1 + Model/test.m | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 59bfbe419..c9658d958 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +1999-04-22 Michael Hanni + + * 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 * Source/NSApplication.m: Link in dummy function to ensure that diff --git a/Model/GMAppKit.m b/Model/GMAppKit.m index 518f1790b..8b00ed126 100644 --- a/Model/GMAppKit.m +++ b/Model/GMAppKit.m @@ -1375,6 +1375,7 @@ void __dummy_GMAppKit_functionForLinking() {} return self; } +@end @implementation NSTextFieldCell (GMArchiverMethods) diff --git a/Model/test.m b/Model/test.m index 40f2eb0ee..a5382962d 100644 --- a/Model/test.m +++ b/Model/test.m @@ -43,7 +43,7 @@ NSProcessInfo* processInfo; } #endif - [[NSGraphicContext currentContext] wait]; + [[NSGraphicsContext currentContext] wait]; [[NSApplication sharedApplication] run]; printf ("exiting...\n");