mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
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:
parent
daba72b9b9
commit
7fd2cbcbf8
2 changed files with 4 additions and 3 deletions
4
Gorm.m
4
Gorm.m
|
@ -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>",
|
||||
|
|
|
@ -122,6 +122,7 @@
|
|||
styleMask: NSBorderlessWindowMask
|
||||
backing: NSBackingStoreBuffered
|
||||
defer: YES];
|
||||
|
||||
[win setMenu: self];
|
||||
[win setLevel: NSSubmenuWindowLevel];
|
||||
|
||||
|
|
Loading…
Reference in a new issue