diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-11-09 20:25:32 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-11-09 20:25:32 +0100 |
commit | bdd7e25d2dd47c3a5d8c95366bc111dc0a176128 (patch) | |
tree | 0b4427de893174bd7a1cabcf1d9e6d4f4759cd44 /webclients/index.vnc | |
parent | faadd484489efddd182d6d0df43d8ecfdbff29ff (diff) | |
download | libtdevnc-bdd7e25d2dd47c3a5d8c95366bc111dc0a176128.tar.gz libtdevnc-bdd7e25d2dd47c3a5d8c95366bc111dc0a176128.zip |
Move the java stuff into webclients/java-applet.
Diffstat (limited to 'webclients/index.vnc')
-rw-r--r-- | webclients/index.vnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webclients/index.vnc b/webclients/index.vnc index 34ad25d..8254a70 100644 --- a/webclients/index.vnc +++ b/webclients/index.vnc @@ -10,7 +10,7 @@ $USER's $DESKTOP desktop ($DISPLAY) </TITLE> </head> -<APPLET CODE=VncViewer.class ARCHIVE=VncViewer.jar +<APPLET CODE=VncViewer.class ARCHIVE=java-applet/VncViewer.jar WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT> <param name=PORT value=$PORT> <param name="Open New Window" value=yes> |