diff options
author | Miro HronĨok <miro@hroncok.cz> | 2020-04-22 07:21:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-22 07:21:44 (GMT) |
commit | 3a69f3caeeaea57048ed3bc3051e16854b9a4cd6 (patch) | |
tree | 95d2130e8637dd8bee6a423f99881fad3b91e154 /PCbuild | |
parent | 783a673f23c5e9ffafe12fe172e119dc0fa2abda (diff) | |
download | cpython-3a69f3caeeaea57048ed3bc3051e16854b9a4cd6.zip cpython-3a69f3caeeaea57048ed3bc3051e16854b9a4cd6.tar.gz cpython-3a69f3caeeaea57048ed3bc3051e16854b9a4cd6.tar.bz2 |
bpo-38439: Add 256px IDLE icon (GH-17473)
Icon author: Andrew Clover, bpo-1490384
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 d4351de..0237b8c 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -1585,6 +1585,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" /> |