mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
Correction for bug#11534.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@20530 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
82e6a77348
commit
1fc9adcce8
4 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-01-08 18:06 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormClassManager.m: Corrected bug#11534.
|
||||
* GormFilePrefsManager.m: Updated alpha version
|
||||
* GormInfo.plist: Updated alpha version
|
||||
|
||||
2005-01-08 12:28 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormViewWithContentViewEditor.m: Change in pasteInView: to
|
||||
|
|
|
@ -1348,6 +1348,11 @@
|
|||
[customClasses addObject: key];
|
||||
[classInformation setObject: classDict forKey: key];
|
||||
}
|
||||
else if([key isEqual: @"FirstResponder"] == YES)
|
||||
{
|
||||
[customClasses addObject: key];
|
||||
[classInformation setObject: classDict forKey: key];
|
||||
}
|
||||
else
|
||||
{
|
||||
NSMutableArray *actions = [classDict objectForKey: @"Actions"];
|
||||
|
|
|
@ -85,7 +85,7 @@ NSString *formatVersion(int version)
|
|||
|
||||
+ (int) currentVersion
|
||||
{
|
||||
return appVersion(0,8,3);
|
||||
return appVersion(0,8,5);
|
||||
}
|
||||
|
||||
- (void) awakeFromNib
|
||||
|
|
|
@ -14,9 +14,9 @@
|
|||
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
|
||||
ApplicationIcon = "Gorm.tiff";
|
||||
ApplicationName = "Gorm";
|
||||
ApplicationRelease = "Gorm 0.8.3 (Alpha)";
|
||||
ApplicationRelease = "Gorm 0.8.5 (Alpha)";
|
||||
Authors = ("Gregory John Casamento <greg_casamento@yahoo.com>","Richard Frith-Macdonald <rfm@gnu.org>","Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>");
|
||||
Copyright = "Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 FSF";
|
||||
CopyrightDescription = "Released under the GNU General Public License 2.0";
|
||||
NSBuildVersion = "0.8.3 Nov 27 2004";
|
||||
NSBuildVersion = "0.8.5 Jan 8 2005";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue