Added GSStepper and GSStepperCell to the ClassInformation.plist.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17600 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-09-01 18:17:36 +00:00
parent b2739f91bb
commit 5a32088d14
3 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2003-09-01 Gregory John Casamento <greg_casamento@yahoo.com>
* ClassInformation.plist: Added information for NSStepper and
NSStepperCell.
2003-09-01 Gregory John Casamento <greg_casamento@yahoo.com>
* Version 0.3.1

View file

@ -454,6 +454,16 @@
Super = NSView;
};
NSStepper =
{
Super = NSControl;
};
NSStepperCell =
{
Super = NSActionCell;
};
NSTabView = {
Actions = (
selectFirstTabViewItem:,

4
Gorm.m
View file

@ -516,9 +516,9 @@ NSString *GormDidDeleteClassNotification = @"GormDidDeleteClassNotification";
forKey: @"ApplicationName"];
[dict setObject: @"[GNUstep | Graphical] Object Relationship Modeller"
forKey: @"ApplicationDescription"];
[dict setObject: @"Gorm 0.3.1 (Alpha)"
[dict setObject: @"Gorm 0.3.2 (Alpha)"
forKey: @"ApplicationRelease"];
[dict setObject: @"0.3.1 Aug 2003"
[dict setObject: @"0.3.2 Sep 2003"
forKey: @"FullVersionID"];
[dict setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>",
@"Richard Frith-Macdonald <rfm@gnu.org>",