diff options
author | donal.k.fellows@manchester.ac.uk <dkf> | 2003-10-26 17:04:53 (GMT) |
---|---|---|
committer | donal.k.fellows@manchester.ac.uk <dkf> | 2003-10-26 17:04:53 (GMT) |
commit | 069df9624a46f7517adcc24a1475a770a4d9637b (patch) | |
tree | 3eae16516f81b20f3bd263098171d5d9c41625c7 | |
parent | 29c66a8f2cff5784661b75d41bb56997b1071be1 (diff) | |
download | tk-069df9624a46f7517adcc24a1475a770a4d9637b.zip tk-069df9624a46f7517adcc24a1475a770a4d9637b.tar.gz tk-069df9624a46f7517adcc24a1475a770a4d9637b.tar.bz2 |
Whitespace police
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,12 +1,12 @@ 2003-10-23 Jim Ingham <jingham@apple.com> - * macosx/tkMacOSXDialog.c (NavServicesGetFile): Minor cleanups. - (OpenFileFilterProc): Handle FSRef's as well as FSSpec's in the input - file. Also convert the FSSpec filename to an C-string before passing - to MatchOneFile. [bug 517600] - (MatchOneFile): Require the input filename to be a C-string, not a - pascal string. - + * macosx/tkMacOSXDialog.c (NavServicesGetFile): Minor cleanups. + (OpenFileFilterProc): Handle FSRef's as well as FSSpec's in the input + file. Also convert the FSSpec filename to an C-string before passing + to MatchOneFile. [bug 517600] + (MatchOneFile): Require the input filename to be a C-string, not a + pascal string. + 2003-10-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> * library/dialog.tcl (tk_dialog): Constrain the dialog to be |