summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-10-08 15:39:12 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-10-08 15:39:12 (GMT)
commitd9e14151e9140669c93fd8e8bebdc85d115b2b24 (patch)
tree857cfa00bbca1af865dda890235a6dbfb19e726e /ChangeLog
parentb00e8aa25e4dcd2a0c38b6ba556e030a2c19c8cf (diff)
downloadtk-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--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 45c13d3..ffa5622 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>