From: Tony Lownds Date: Sat, 17 May 2003 15:14:10 +0000 (+0000) Subject: Added icon for IDLE on OS X X-Git-Tag: v2.3c1~687 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=108c40c74c5f3169b9095b464b3e868171571ff6;p=thirdparty%2FPython%2Fcpython.git Added icon for IDLE on OS X --- diff --git a/Lib/idlelib/Icons/idle.icns b/Lib/idlelib/Icons/idle.icns new file mode 100644 index 000000000000..f65e3130f0af Binary files /dev/null and b/Lib/idlelib/Icons/idle.icns differ diff --git a/Lib/idlelib/buildapp.py b/Lib/idlelib/buildapp.py index 42aeeb7e50f1..a67cceac6f49 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", )