소스 검색

J6 for leopard is now public (and ahs been for a while)


git-svn-id: http://svn.dmdirc.com/trunk@4055 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 년 전
부모
커밋
e777b2a158
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2
    4
      launcher/osx/DMDirc.sh

+ 2
- 4
launcher/osx/DMDirc.sh 파일 보기

@@ -216,8 +216,7 @@ else
216 216
 	echo "Failed!"
217 217
 	ERROR="Sorry, java is not installed on this machine.";
218 218
 	ERROR=${ERROR}"\n"
219
-	ERROR=${ERROR}"\nDMDirc requires a 1.6.0 compatible JVM, this is currently";
220
-	ERROR=${ERROR}"only availble as a Developer Preview from the Apple Developer site.";
219
+	ERROR=${ERROR}"\nDMDirc requires a 1.6.0 compatible JVM.";
221 220
 	errordialog "Unable to launch dmdirc!" "${ERROR}";
222 221
 	exit 1;
223 222
 fi
@@ -233,8 +232,7 @@ if [ -e "${jar}" ]; then
233 232
 		ERROR="Sorry, the currently installed version of java is not compatible with";
234 233
 		ERROR=${ERROR}"\nDMDirc.";
235 234
 		ERROR=${ERROR}"\n";
236
-		ERROR=${ERROR}"\nDMDirc requires a 1.6.0 compatible JVM, this is currently";
237
-		ERROR=${ERROR}"only availble as a Developer Preview from the Apple Developer site.";
235
+		ERROR=${ERROR}"\nDMDirc requires a 1.6.0 compatible JVM.";
238 236
 		errordialog "Unable to launch dmdirc!" "${ERROR}";
239 237
 		exit 1;
240 238
 	fi

Loading…
취소
저장