diff options
author | hobbs <hobbs> | 2003-02-18 19:18:29 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-02-18 19:18:29 (GMT) |
commit | da62f4fcaba648ecdce3d645f9978c0cbc421a15 (patch) | |
tree | 1b39a95ac9ff5c18fe6f113c3838b3d27bf13536 /ChangeLog | |
parent | 48c6f9e7bf8a28db1bce010937cec196ae55fc80 (diff) | |
download | tk-da62f4fcaba648ecdce3d645f9978c0cbc421a15.zip tk-da62f4fcaba648ecdce3d645f9978c0cbc421a15.tar.gz tk-da62f4fcaba648ecdce3d645f9978c0cbc421a15.tar.bz2 |
* win/tkWinInit.c (TkpDisplayWarning): truncate MessageBox string
to 1024 chars to prevent possible oversized window errors. May be
necessary in other MB uses (ie Tcl_AppInit). [Tcl Bug #608559]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-02-18 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tkWinInit.c (TkpDisplayWarning): truncate MessageBox string + to 1024 chars to prevent possible oversized window errors. May be + necessary in other MB uses (ie Tcl_AppInit). [Tcl Bug #608559] + 2003-02-18 Vince Darley <vincentdarley@users.sourceforge.net> * macosx/tkMacOSXMenu.c: (SetMenuTitle) fix to utf encoding |