Add property list entries for high resolution display on Mac

This commit is contained in:
Stephan Witt 2012-09-30 11:29:55 +02:00
parent 438caad386
commit 8bc54fd665
2 changed files with 6 additions and 0 deletions

View File

@ -37,5 +37,9 @@
<string>@VERSION@</string>
<key>CFBundleSignature</key>
<string>OLYX</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>

View File

@ -53,6 +53,8 @@ What's new
- Implementation of spell check of current selection (bug #2511).
- Add property list entries for high resolution display on Mac.
* DOCUMENTATION AND LOCALIZATION