diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-04-22 07:39:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 07:39:59 (GMT) |
commit | 3a5545025685040842420c85a4a9aab5f044aeb8 (patch) | |
tree | 75df5f66c01de4d30ed2d54da7184349513c4c9b /PCbuild | |
parent | 9e51aab37e9af6fa0fe406fd56184a0aded28e11 (diff) | |
download | cpython-3a5545025685040842420c85a4a9aab5f044aeb8.zip cpython-3a5545025685040842420c85a4a9aab5f044aeb8.tar.gz cpython-3a5545025685040842420c85a4a9aab5f044aeb8.tar.bz2 |
bpo-38439: Add 256px IDLE icon (GH-17473)
Icon author: Andrew Clover, bpo-1490384
(cherry picked from commit 3a69f3caeeaea57048ed3bc3051e16854b9a4cd6)
Co-authored-by: Miro HronĨok <miro@hroncok.cz>
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/lib.pyproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index 7ed71bd..6e9d545 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -1589,6 +1589,7 @@ <Content Include="idlelib\Icons\idle_32.png" /> <Content Include="idlelib\Icons\idle_48.gif" /> <Content Include="idlelib\Icons\idle_48.png" /> + <Content Include="idlelib\Icons\idle_256.png" /> <Content Include="idlelib\Icons\minusnode.gif" /> <Content Include="idlelib\Icons\openfolder.gif" /> <Content Include="idlelib\Icons\plusnode.gif" /> |