summaryrefslogtreecommitdiffstats
path: root/PC/pylauncher.rc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-09-05 21:05:17 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-09-05 21:05:17 (GMT)
commitc7d1cf4de95361e5d29422b63ae623919215fea4 (patch)
tree13f939cf532917542f4b2ba4cc91460f11bcb08f /PC/pylauncher.rc
parent942dd9f3f77eef08fabddbd9fb883a866ad6d4cb (diff)
downloadcpython-c7d1cf4de95361e5d29422b63ae623919215fea4.zip
cpython-c7d1cf4de95361e5d29422b63ae623919215fea4.tar.gz
cpython-c7d1cf4de95361e5d29422b63ae623919215fea4.tar.bz2
Issue #27756: Adds new icons for Python files and processes on Windows. Designs by Cherry Wang.
Diffstat (limited to 'PC/pylauncher.rc')
-rw-r--r--PC/pylauncher.rc10
1 files changed, 7 insertions, 3 deletions
diff --git a/PC/pylauncher.rc b/PC/pylauncher.rc
index a8db0a8..3da3445 100644
--- a/PC/pylauncher.rc
+++ b/PC/pylauncher.rc
@@ -7,9 +7,13 @@
#include <winuser.h>
1 RT_MANIFEST "python.manifest"
-1 ICON DISCARDABLE "launcher.ico"
-2 ICON DISCARDABLE "py.ico"
-3 ICON DISCARDABLE "pyc.ico"
+1 ICON DISCARDABLE "icons\launcher.ico"
+2 ICON DISCARDABLE "icons\py.ico"
+3 ICON DISCARDABLE "icons\pyc.ico"
+4 ICON DISCARDABLE "icons\pyd.ico"
+5 ICON DISCARDABLE "icons\python.ico"
+6 ICON DISCARDABLE "icons\pythonw.ico"
+7 ICON DISCARDABLE "icons\setup.ico"
/////////////////////////////////////////////////////////////////////////////
//