Changed version number and minor cleanup in GormNSMenu.m

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@17763 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-10-01 23:11:01 +00:00
parent daba72b9b9
commit 7fd2cbcbf8
2 changed files with 4 additions and 3 deletions

4
Gorm.m
View file

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

View file

@ -122,6 +122,7 @@
styleMask: NSBorderlessWindowMask
backing: NSBackingStoreBuffered
defer: YES];
[win setMenu: self];
[win setLevel: NSSubmenuWindowLevel];