summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-01-13 16:35:25 +0000
committerKenneth Russel <[email protected]>2006-01-13 16:35:25 +0000
commit23f746489aacc59d82b898d64824d3a16a7faf63 (patch)
tree4c5ec937ca1a9b7a1db60160eded12398382431a /www
parent4da1dead29db175817053837d7a685f10c3212b4 (diff)
Fixed temporary breakage of JOGL applet test due to rename of
com.sun.opengl.utils package git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@166 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www')
-rw-r--r--www/applettest.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/applettest.html b/www/applettest.html
index 8de33f8..80868a7 100644
--- a/www/applettest.html
+++ b/www/applettest.html
@@ -18,7 +18,7 @@ the standard Gears demo running as an applet:
</P>
<P>
-<applet code="com.sun.opengl.util.JOGLAppletLauncher"
+<applet code="com.sun.opengl.utils.JOGLAppletLauncher"
width=600
height=400
codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current"