From 9a03e9f8ebed34ff66121efb9814b57a6210d85d Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Tue, 09 Apr 2013 13:35:25 +0000
Subject: [PATCH] Fix OPENDJ-845 ControlPanel.app can support Retina graphics

---
 opends/resource/mac/Uninstall.app/Contents/Info.plist    |    2 ++
 opends/resource/mac/ControlPanel.app/Contents/Info.plist |    2 ++
 opends/resource/mac/QuickSetup.app/Contents/Info.plist   |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/opends/resource/mac/ControlPanel.app/Contents/Info.plist b/opends/resource/mac/ControlPanel.app/Contents/Info.plist
index b51d11d..e92e52d 100644
--- a/opends/resource/mac/ControlPanel.app/Contents/Info.plist
+++ b/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>
 
diff --git a/opends/resource/mac/QuickSetup.app/Contents/Info.plist b/opends/resource/mac/QuickSetup.app/Contents/Info.plist
index 0b78676..e9c39d1 100644
--- a/opends/resource/mac/QuickSetup.app/Contents/Info.plist
+++ b/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>
 
diff --git a/opends/resource/mac/Uninstall.app/Contents/Info.plist b/opends/resource/mac/Uninstall.app/Contents/Info.plist
index 52325b4..cf9512f 100644
--- a/opends/resource/mac/Uninstall.app/Contents/Info.plist
+++ b/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>
 

--
Gitblit v1.10.0