浏览代码

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

正在加载...
取消
保存