diff options
author | dgp@users.sourceforge.net <dgp> | 2008-10-08 15:39:12 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2008-10-08 15:39:12 (GMT) |
commit | 4fb7a493c38924fb00e902a2dfe8fa71c9013a70 (patch) | |
tree | 857cfa00bbca1af865dda890235a6dbfb19e726e /ChangeLog | |
parent | 4c829946633ad8c9919d3556b041daae7fefacfd (diff) | |
download | tk-4fb7a493c38924fb00e902a2dfe8fa71c9013a70.zip tk-4fb7a493c38924fb00e902a2dfe8fa71c9013a70.tar.gz tk-4fb7a493c38924fb00e902a2dfe8fa71c9013a70.tar.bz2 |
* unix/tkUnixWm.c: Restored consistency of error messages from
* macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across
all platforms. [Bug 2021443]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ 2008-10-08 Don Porter <dgp@users.sourceforge.net> - * tests/wm.test: Update expected error messages from - [wm iconphoto] to match the new message. [Bug 2021443] + * unix/tkUnixWm.c: Restored consistency of error messages from + * macosx/tkMacOSXWm.c: [wm iconphoto] with the test suite and across + all platforms. [Bug 2021443] 2008-10-07 Pat Thoyts <patthoyts@users.sourceforge.net> |