diff options
author | hobbs <hobbs> | 2003-07-18 19:50:19 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-18 19:50:19 (GMT) |
commit | 3164fad470150ec4edf1b5993c0e632cb7d5adf9 (patch) | |
tree | d90ff5282a4f3b1bac93b71cdf7b1cadd2e3de68 /ChangeLog | |
parent | a7b16278fdb24581da839f7f76bcea5e007ee424 (diff) | |
download | tk-3164fad470150ec4edf1b5993c0e632cb7d5adf9.zip tk-3164fad470150ec4edf1b5993c0e632cb7d5adf9.tar.gz tk-3164fad470150ec4edf1b5993c0e632cb7d5adf9.tar.bz2 |
* win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K.
This is a short-term solution until the -multiple option is
extended. [Bug 641261]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-07-18 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tkWinDialog.c: doubled the TK_MULTI_MAX_PATH value to ~10K. + This is a short-term solution until the -multiple option is + extended. [Bug 641261] + 2003-07-18 Vince Darley <vincentdarley@users.sourceforge.net> * generic/tkWindow.c: |