mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
Correct default inspectors
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5922 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cb7cf9cb8d
commit
423ad37201
1 changed files with 2 additions and 2 deletions
|
@ -39,11 +39,11 @@
|
|||
}
|
||||
- (NSString*) sizeInspectorClassName
|
||||
{
|
||||
return @"GormObjectInspector";
|
||||
return @"GormNotApplicableInspector";
|
||||
}
|
||||
- (NSString*) helpInspectorClassName
|
||||
{
|
||||
return @"GormObjectInspector";
|
||||
return @"GormNotApplicableInspector";
|
||||
}
|
||||
- (NSString*) classInspectorClassName
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue