Added some images to the gorm for the border types.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16846 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-06-01 05:39:09 +00:00
parent f91b50a7c6
commit 9c24985b0d
2 changed files with 2 additions and 2 deletions

4
Gorm.m
View file

@ -1024,9 +1024,9 @@ static NSButtonType _buttonTypeForObject( id button )
forKey: @"ApplicationName"]; forKey: @"ApplicationName"];
[d setObject: @"[GNUstep | Graphical] Object Relationship Modeller" [d setObject: @"[GNUstep | Graphical] Object Relationship Modeller"
forKey: @"ApplicationDescription"]; forKey: @"ApplicationDescription"];
[d setObject: @"Gorm 0.2.5" [d setObject: @"Gorm 0.3.0"
forKey: @"ApplicationRelease"]; forKey: @"ApplicationRelease"];
[d setObject: @"0.2.7 Dec 2002" [d setObject: @"0.2.5 Dec 2002"
forKey: @"FullVersionID"]; forKey: @"FullVersionID"];
[d setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>", [d setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>",
@"Richard Frith-Macdonald <rfm@gnu.org>", @"Richard Frith-Macdonald <rfm@gnu.org>",