Added missing classes.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21109 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-04-14 05:46:15 +00:00
parent 3861edb3fa
commit 33bee67221
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-04-14 01:42 Gregory John Casamento <greg_casamento@yahoo.com>
* Resources/ClassInformation.plist: Added NSPopUpButtonCell and
NSMenuItemCell.
2005-04-14 00:31 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormClassManager.m: More informative error message when

View file

@ -363,6 +363,9 @@
);
Super = NSObject;
};
NSMenuItemCell = {
Super = NSButtonCell;
};
NSMutableArray = {
Super = NSArray;
};
@ -386,6 +389,9 @@
NSPopUpButton = {
Super = NSButton;
};
NSPopUpButtonCell = {
Super = NSMenuItemCell;
};
NSProgressIndicator = {
Actions = (
"animate:",