mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Chris Ridd
09.35.2013 9a03e9f8ebed34ff66121efb9814b57a6210d85d
Fix OPENDJ-845 ControlPanel.app can support Retina graphics
3 files modified
6 ■■■■■ changed files
opends/resource/mac/ControlPanel.app/Contents/Info.plist 2 ●●●●● patch | view | raw | blame | history
opends/resource/mac/QuickSetup.app/Contents/Info.plist 2 ●●●●● patch | view | raw | blame | history
opends/resource/mac/Uninstall.app/Contents/Info.plist 2 ●●●●● patch | view | raw | blame | history
opends/resource/mac/ControlPanel.app/Contents/Info.plist
@@ -48,6 +48,8 @@
            <string>$JAVAROOT/../../../../../lib/OpenDJ_zh_TW.jar</string>
            </array>
    </dict>
    <key>NSHighResolutionCapable</key>
    <true/>
</dict>
</plist>
opends/resource/mac/QuickSetup.app/Contents/Info.plist
@@ -48,6 +48,8 @@
            <string>$JAVAROOT/../../../../lib/OpenDJ_zh_TW.jar</string>
            </array>
    </dict>
    <key>NSHighResolutionCapable</key>
    <true/>
</dict>
</plist>
opends/resource/mac/Uninstall.app/Contents/Info.plist
@@ -47,6 +47,8 @@
            <string>$JAVAROOT/../../../../lib/OpenDJ_zh_TW.jar</string>
            </array>
    </dict>
    <key>NSHighResolutionCapable</key>
    <true/>
</dict>
</plist>