Correction for bug#15556

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@22403 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2006-02-02 03:10:00 +00:00
parent dfaa256a4a
commit 617c3a1119
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-02-01 22:08 Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/4Data/GormDateFormatterAttributesInspector.m: Correction
for bug#15556
2006-01-25 05:21 Gregory John Casamento <greg_casamento@yahoo.com>
* Version 1.0.4

View file

@ -99,6 +99,7 @@ extern NSArray *predefinedDateFormats;
}
else if (sender == languageSwitch)
{
dateFmt = [formatField stringValue];
allowslanguage = ([sender state] == NSOnState);
}