]> git.lyx.org Git - features.git/commitdiff
Add property list entries for high resolution display on Mac
authorStephan Witt <switt@lyx.org>
Sun, 30 Sep 2012 09:29:55 +0000 (11:29 +0200)
committerStephan Witt <switt@lyx.org>
Sun, 30 Sep 2012 09:31:03 +0000 (11:31 +0200)
development/MacOSX/Info.plist.in
status.20x

index 3145c1a8caa9661529734ee45d3c5367a7bed467..73591854ec5d5d81e68930da70bec9423af10f08 100644 (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>
index 3235a24d8dcc644a0b6d669a4b9cac0478aee83d..c1f209950299d029ac2789da47895f3536e95a1c 100644 (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