mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
Comitting final changes for 0.6.0 release
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18572 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fa1fb6fd0d
commit
ef8eb0fca0
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-02-09 22:24 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
|
* Version 0.6.0
|
||||||
|
|
||||||
2004-02-08 11:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
2004-02-08 11:43 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* ClassInformation.plist: Added change to NSWindow entry suggested
|
* ClassInformation.plist: Added change to NSWindow entry suggested
|
||||||
|
|
4
Gorm.m
4
Gorm.m
|
@ -529,9 +529,9 @@ NSString *GormWillDetachObjectFromDocumentNotification = @"GormWillDetachObjectF
|
||||||
forKey: @"ApplicationName"];
|
forKey: @"ApplicationName"];
|
||||||
[dict setObject: @"[GNUstep | Graphical] Object Relationship Modeller"
|
[dict setObject: @"[GNUstep | Graphical] Object Relationship Modeller"
|
||||||
forKey: @"ApplicationDescription"];
|
forKey: @"ApplicationDescription"];
|
||||||
[dict setObject: @"Gorm 0.6.0 (Beta)"
|
[dict setObject: @"Gorm 0.6.0 (Release)"
|
||||||
forKey: @"ApplicationRelease"];
|
forKey: @"ApplicationRelease"];
|
||||||
[dict setObject: @"0.6.0 Feb 08 2004"
|
[dict setObject: @"0.6.0 Feb 09 2004"
|
||||||
forKey: @"FullVersionID"];
|
forKey: @"FullVersionID"];
|
||||||
[dict setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>",
|
[dict setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>",
|
||||||
@"Richard Frith-Macdonald <rfm@gnu.org>",
|
@"Richard Frith-Macdonald <rfm@gnu.org>",
|
||||||
|
|
Loading…
Reference in a new issue