summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTony Lownds <tony@lownds.com>2003-05-17 15:14:10 (GMT)
committerTony Lownds <tony@lownds.com>2003-05-17 15:14:10 (GMT)
commit108c40c74c5f3169b9095b464b3e868171571ff6 (patch)
tree3145bc50c06eb09eecf390d91e5e8c8b16cb0e42 /Lib
parent72c5c77ce17b5b1dbe23a10bc801d1169cf94d92 (diff)
downloadcpython-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.icnsbin0 -> 57435 bytes
-rw-r--r--Lib/idlelib/buildapp.py1
2 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/Icons/idle.icns b/Lib/idlelib/Icons/idle.icns
new file mode 100644
index 0000000..f65e313
--- /dev/null
+++ b/Lib/idlelib/Icons/idle.icns
Binary files differ
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",
)