mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
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:
parent
dfaa256a4a
commit
617c3a1119
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2006-01-25 05:21 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* Version 1.0.4
|
* Version 1.0.4
|
||||||
|
|
|
@ -99,6 +99,7 @@ extern NSArray *predefinedDateFormats;
|
||||||
}
|
}
|
||||||
else if (sender == languageSwitch)
|
else if (sender == languageSwitch)
|
||||||
{
|
{
|
||||||
|
dateFmt = [formatField stringValue];
|
||||||
allowslanguage = ([sender state] == NSOnState);
|
allowslanguage = ([sender state] == NSOnState);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue