summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2008-10-08 15:39:12 (GMT)
committerdgp@users.sourceforge.net <dgp>2008-10-08 15:39:12 (GMT)
commit4fb7a493c38924fb00e902a2dfe8fa71c9013a70 (patch)
tree857cfa00bbca1af865dda890235a6dbfb19e726e /ChangeLog
parent4c829946633ad8c9919d3556b041daae7fefacfd (diff)
downloadtk-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--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>