Browse Source

Yay for accidental pasting! (Issue 1665)


git-svn-id: http://svn.dmdirc.com/trunk@4580 00569f92-eb28-0410-84fd-f71c24880f
tags/0.6
Shane Mc Cormack 16 years ago
parent
commit
e339b734d5
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      installer/linux/setup.sh

+ 0
- 1
installer/linux/setup.sh View File

@@ -221,7 +221,6 @@ if [ -e "DMDirc.jar" ]; then
221 221
 	echo "Checking for openJDK.."
222 222
 	ISOPENJDK=`${JAVA} -version 2>&1 | grep -i openjdk`
223 223
 	if [ "" != "${ISOPENJDK}" ]; then
224
-		The DMDirc installer has detected that you are using OpenJDK.
225 224
 		message="The DMDirc installer has detected that you are using OpenJDK. There are currently known issues with some versions of OpenJDK and DMDirc. To ensure DMDirc runs optimally we recommend you use the Sun JRE."
226 225
 		message="${message}\n\nWould you like to continue anyway?"
227 226
 		questiondialog "OpenJDK" "${message}" 0

Loading…
Cancel
Save