mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Doc changes. Other minor fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2797 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4e4828f122
commit
30ad15a10d
4 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
Wed May 13 15:59:32 1998 Adam Fedor <fedor@ultra.doc.com>
|
||||
|
||||
* Model/IBClasses.m: Fix header includes.
|
||||
* Translator.m: Likewise.
|
||||
* test.m: Likewise.
|
||||
|
||||
Mon Apr 6 16:38:40 1998 Scott Christley <scottc@net-community.com>
|
||||
|
||||
* Documentation/status.tmpl.texi: Update.
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#import "IBClasses.h"
|
||||
#import "Translator.h"
|
||||
#import "IMConnectors.h"
|
||||
#import "IMCustomObject.h"
|
||||
#import "AppKit/IMCustomObject.h"
|
||||
|
||||
//#define DEBUG
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
#import <Foundation/NSNotification.h>
|
||||
#import <AppKit/AppKit.h>
|
||||
#import <extensions/GMArchiver.h>
|
||||
#import "IMLoading.h"
|
||||
#import "AppKit/IMLoading.h"
|
||||
#import "IBClasses.h"
|
||||
#import "Translator.h"
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
#import <AppKit/AppKit.h>
|
||||
#import "IMLoading.h"
|
||||
#import "AppKit/IMLoading.h"
|
||||
|
||||
@interface MyView : NSView
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue