Corrected resize issues with text inspector.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21939 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-11-03 01:18:18 +00:00
parent 98f8771caa
commit ce7f46450a
5 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2005-11-02 20:17 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormFilePrefsManager.m: Updated version to 1.0.1
* GormInfo.plist: Same
* Palettes/2Controls/GormNSTextFieldInspector.gorm: Corrected resize
issues.
2005-10-29 09:09 Gregory John Casamento <greg_casamento@yahoo.com>
* Version 1.0.0

View file

@ -83,7 +83,7 @@ NSString *formatVersion(int version)
+ (int) currentVersion
{
return appVersion(1,0,0);
return appVersion(1,0,1);
}
- (void) awakeFromNib

View file

@ -14,9 +14,9 @@
ApplicationDescription = "[GNUstep | Graphical] Object Relationship Modeller";
ApplicationIcon = "Gorm.tiff";
ApplicationName = "Gorm";
ApplicationRelease = "Gorm 1.0.0 (Release)";
ApplicationRelease = "Gorm 1.0.1 (CVS)";
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, 2005 FSF";
CopyrightDescription = "Released under the GNU General Public License 2.0";
NSBuildVersion = "1.0.0 Oct 29 2005";
NSBuildVersion = "1.0.1 Nov 2 2005";
}