]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added icon for IDLE on OS X
authorTony Lownds <tony@lownds.com>
Sat, 17 May 2003 15:14:10 +0000 (15:14 +0000)
committerTony Lownds <tony@lownds.com>
Sat, 17 May 2003 15:14:10 +0000 (15:14 +0000)
Lib/idlelib/Icons/idle.icns [new file with mode: 0644]
Lib/idlelib/buildapp.py

diff --git a/Lib/idlelib/Icons/idle.icns b/Lib/idlelib/Icons/idle.icns
new file mode 100644 (file)
index 0000000..f65e313
Binary files /dev/null and b/Lib/idlelib/Icons/idle.icns differ
index 42aeeb7e50f13291ca6125281b6dfcde24394262..a67cceac6f499770cce1fd2548d7d09d7cfb3d8b 100644 (file)
@@ -13,4 +13,5 @@ buildapp(
        name="IDLE",
        mainprogram="idle.py",
        argv_emulation=1,
+       iconfile="Icons/idle.icns",
 )