mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
GormProxyObject now returns the Not Applicable inspector as well.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@15080 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4c8c1237dd
commit
5a2ca5c1a5
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-11-24 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Gorm.m: -[GormObjectProxy classInspectorClassName]
|
||||
added code to return @"GormNotApplicableInspector".
|
||||
|
||||
2002-11-24 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormFilesOwner.m: -[GormFilesOwner classInspectorClassName]
|
||||
|
|
5
Gorm.m
5
Gorm.m
|
@ -141,6 +141,11 @@ NSString *GormLinkPboardType = @"GormLinkPboardType";
|
|||
return nil;
|
||||
}
|
||||
}
|
||||
|
||||
- (NSString*) classInspectorClassName
|
||||
{
|
||||
return @"GormNotApplicableInspector";
|
||||
}
|
||||
@end
|
||||
|
||||
// add methods to all of the template objects for use
|
||||
|
|
Loading…
Reference in a new issue