Minor update for info panel

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@10320 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-07-07 17:28:28 +00:00
parent e14559b683
commit 9617ac3af8
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2001-07-07 Richard Frith-Macdonald <rfm@gnu.org>
Gomr.m: Fixed typo in info panel and updated a little.
2001-07-04 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
Added the ability to create the .m and .h files of a class created

6
Gorm.m
View file

@ -653,15 +653,15 @@ NSString *GormLinkPboardType = @"GormLinkPboardType";
d = [NSMutableDictionary dictionaryWithCapacity: 8];
[d setObject: @"Gorm" forKey: @"ApplicationName"];
[d setObject: @"GNUstep Graphicsl Object Relationship Modeller"
[d setObject: @"GNUstep Graphical Object Relationship Modeller"
forKey: @"ApplicationDescription"];
[d setObject: @"Gorm 0.1" forKey: @"ApplicationRelease"];
[d setObject: @"0.1 Feb 2000" forKey: @"FullVersionID"];
[d setObject: [NSArray arrayWithObject:
@"Richard Frith-Macdonald <richard@brainstorm.co.uk>"]
@"Richard Frith-Macdonald <rfm@gnu.org>"]
forKey: @"Authors"];
// [d setObject: @"See http://www.gnustep.org" forKey: @"URL"];
[d setObject: @"Copyright (C) 1999, 2000 Free Software Foundation, Inc."
[d setObject: @"Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc."
forKey: @"Copyright"];
[d setObject: @"Released under the GNU General Public License 2.0"
forKey: @"CopyrightDescription"];