diff options
author | dgp <dgp@users.sourceforge.net> | 2008-10-08 15:39:12 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-10-08 15:39:12 (GMT) |
commit | d9e14151e9140669c93fd8e8bebdc85d115b2b24 (patch) | |
tree | 857cfa00bbca1af865dda890235a6dbfb19e726e /ChangeLog | |
parent | b00e8aa25e4dcd2a0c38b6ba556e030a2c19c8cf (diff) | |
download | tk-d9e14151e9140669c93fd8e8bebdc85d115b2b24.zip tk-d9e14151e9140669c93fd8e8bebdc85d115b2b24.tar.gz tk-d9e14151e9140669c93fd8e8bebdc85d115b2b24.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> |