commit | 4ade2d25fc585876540ac9d591a44469fd853462 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sat Feb 08 09:39:51 2014 -0500 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Sat Feb 08 09:39:51 2014 -0500 |
tree | 0abb9ac5074156119eaf4582b3db03ad84f1e28a | |
parent | 79b6f17d701dc641e9a44b21b303e49614b97c09 [diff] [blame] |
Issue #20406: Use Python application icons for Idle window title bars. Patch mostly by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 9479ded..5bf0af1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -211,6 +211,9 @@ IDLE ---- +- Issue #20406: Use Python application icons for Idle window title bars. + Patch mostly by Serhiy Storchaka. + - Issue #17721: Remove non-functional configuration dialog help button until we make it actually gives some help when clicked. Patch by Guilherme Simões.