diff options
author | Tony Lownds <tony@lownds.com> | 2003-05-17 15:14:10 (GMT) |
---|---|---|
committer | Tony Lownds <tony@lownds.com> | 2003-05-17 15:14:10 (GMT) |
commit | 108c40c74c5f3169b9095b464b3e868171571ff6 (patch) | |
tree | 3145bc50c06eb09eecf390d91e5e8c8b16cb0e42 /Lib | |
parent | 72c5c77ce17b5b1dbe23a10bc801d1169cf94d92 (diff) | |
download | cpython-108c40c74c5f3169b9095b464b3e868171571ff6.zip cpython-108c40c74c5f3169b9095b464b3e868171571ff6.tar.gz cpython-108c40c74c5f3169b9095b464b3e868171571ff6.tar.bz2 |
Added icon for IDLE on OS X
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/Icons/idle.icns | bin | 0 -> 57435 bytes | |||
-rw-r--r-- | Lib/idlelib/buildapp.py | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/Icons/idle.icns b/Lib/idlelib/Icons/idle.icns Binary files differnew file mode 100644 index 0000000..f65e313 --- /dev/null +++ b/Lib/idlelib/Icons/idle.icns diff --git a/Lib/idlelib/buildapp.py b/Lib/idlelib/buildapp.py index 42aeeb7..a67ccea 100644 --- a/Lib/idlelib/buildapp.py +++ b/Lib/idlelib/buildapp.py @@ -13,4 +13,5 @@ buildapp( name="IDLE", mainprogram="idle.py", argv_emulation=1, + iconfile="Icons/idle.icns", ) |