]> granicus.if.org Git - python/commit
Issue #20406: Use Python application icons for Idle window title bars.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 8 Feb 2014 14:39:51 +0000 (09:39 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 8 Feb 2014 14:39:51 +0000 (09:39 -0500)
commit4ade2d25fc585876540ac9d591a44469fd853462
tree0abb9ac5074156119eaf4582b3db03ad84f1e28a
parent79b6f17d701dc641e9a44b21b303e49614b97c09
Issue #20406: Use Python application icons for Idle window title bars.
Patch mostly by Serhiy Storchaka.
Lib/idlelib/Icons/idle.ico [new file with mode: 0644]
Lib/idlelib/Icons/idle_16.gif [new file with mode: 0644]
Lib/idlelib/Icons/idle_16.png [new file with mode: 0644]
Lib/idlelib/Icons/idle_32.gif [new file with mode: 0644]
Lib/idlelib/Icons/idle_32.png [new file with mode: 0644]
Lib/idlelib/Icons/idle_48.gif [new file with mode: 0644]
Lib/idlelib/Icons/idle_48.png [new file with mode: 0644]
Lib/idlelib/PyShell.py
Misc/NEWS