mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
b2739f91bb
commit
5a32088d14
3 changed files with 17 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -454,6 +454,16 @@
|
|||
Super = NSView;
|
||||
};
|
||||
|
||||
NSStepper =
|
||||
{
|
||||
Super = NSControl;
|
||||
};
|
||||
|
||||
NSStepperCell =
|
||||
{
|
||||
Super = NSActionCell;
|
||||
};
|
||||
|
||||
NSTabView = {
|
||||
Actions = (
|
||||
selectFirstTabViewItem:,
|
||||
|
|
4
Gorm.m
4
Gorm.m
|
@ -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>",
|
||||
|
|
Loading…
Reference in a new issue