mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 14:10:44 +00:00
Corrected minor problem in the info panel
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@16845 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4a749387da
commit
f91b50a7c6
1 changed files with 2 additions and 2 deletions
4
Gorm.m
4
Gorm.m
|
@ -1028,9 +1028,9 @@ static NSButtonType _buttonTypeForObject( id button )
|
|||
forKey: @"ApplicationRelease"];
|
||||
[d setObject: @"0.2.7 Dec 2002"
|
||||
forKey: @"FullVersionID"];
|
||||
[d setObject: [NSArray arrayWithObjects: @"Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>",
|
||||
[d setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>",
|
||||
@"Richard Frith-Macdonald <rfm@gnu.org>",
|
||||
@"Gregory John Casamento <greg_casamento@yahoo.com>",
|
||||
@"Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>",
|
||||
nil]
|
||||
forKey: @"Authors"];
|
||||
[d setObject: @"Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc."
|
||||
|
|
Loading…
Reference in a new issue