diff options
author | Sven Gothel <[email protected]> | 2013-06-21 10:14:15 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-21 10:14:15 +0200 |
commit | 4b7833fab73166338a3a2f27920a7b28a3e5e30f (patch) | |
tree | 421e16bfb498c3ede23de6d6fcc5505902af80b1 /jnlp-files | |
parent | 7ae47a845c625b9677b5879831d87a14d8e57311 (diff) |
Fix applet html pages (title)
Diffstat (limited to 'jnlp-files')
3 files changed, 3 insertions, 3 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html b/jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html index 13d891943..cb2375e4c 100644 --- a/jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html +++ b/jnlp-files/jogl-applet-runner-newt-gears-gl3-napplet.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> -<title>JOGL NEWT Applet Runner - GearsES2 - GL3 Core - Normal Applet</title> +<title>JOGL NEWT Applet Runner - GearsES2 - GL3 Core - (NApplet) </title> </head> <body BGCOLOR="#ffffff"> diff --git a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html index 37473befe..9b448394d 100644 --- a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html +++ b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> -<title>JOGL NEWT Applet Runner - GearsES2 - normal - Normal Applet</title> +<title>JOGL NEWT Applet Runner - GearsES2 - normal - (NApplet) </title> </head> <body BGCOLOR="#ffffff"> diff --git a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet2.html b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet2.html index 63df4ed60..8970aea53 100644 --- a/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet2.html +++ b/jnlp-files/jogl-applet-runner-newt-gears-normal-napplet2.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> -<title>JOGL NEWT Applet Runner - GearsES2 - normal - Normal Applet - Closeable</title> +<title>JOGL NEWT Applet Runner - GearsES2 - normal - (NApplet) - Closeable</title> </head> <body BGCOLOR="#ffffff"> |