summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-02-02 07:15:51 (GMT)
committerNed Deily <nad@acm.org>2013-02-02 07:15:51 (GMT)
commit380f7a186ffb611a0d2bea8f95dd9d6625f9285a (patch)
tree6d79a91a94a7fd9a75b617e3381d56837ca4d655 /Mac
parent90fa9508a6c1cc862de002c2a35b8abe1c5eb42d (diff)
parent9cd864dcbf178e18d1e8370724218594757fddb0 (diff)
downloadcpython-380f7a186ffb611a0d2bea8f95dd9d6625f9285a.zip
cpython-380f7a186ffb611a0d2bea8f95dd9d6625f9285a.tar.gz
cpython-380f7a186ffb611a0d2bea8f95dd9d6625f9285a.tar.bz2
Issue #15587: merge from 3.2
Diffstat (limited to 'Mac')
-rw-r--r--Mac/IDLE/IDLE.app/Contents/Info.plist2
-rw-r--r--Mac/Resources/app/Info.plist.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/Mac/IDLE/IDLE.app/Contents/Info.plist b/Mac/IDLE/IDLE.app/Contents/Info.plist
index 8bffb9a..81daff3 100644
--- a/Mac/IDLE/IDLE.app/Contents/Info.plist
+++ b/Mac/IDLE/IDLE.app/Contents/Info.plist
@@ -53,5 +53,7 @@
<string>????</string>
<key>CFBundleVersion</key>
<string>%version%</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
</dict>
</plist>
diff --git a/Mac/Resources/app/Info.plist.in b/Mac/Resources/app/Info.plist.in
index a91b1ee..8af5efc 100644
--- a/Mac/Resources/app/Info.plist.in
+++ b/Mac/Resources/app/Info.plist.in
@@ -56,5 +56,7 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string>(c) 2013 Python Software Foundation.</string>
+ <key>NSHighResolutionCapable</key>
+ <true/>
</dict>
</plist>