changeset in /hg/icedtea6: 2009-06-24 Omair Majid <omajid at redh...

Omair Majid omajid at redhat.com
Wed Jun 24 12:09:06 PDT 2009


changeset acf8090028c9 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=acf8090028c9
description:
	2009-06-24  Omair Majid  <omajid at redhat.com>

	    * rt/net/sourceforge/jnlp/Launcher.java
	    (createApplication): Fix messages to refer to application instead of
	    applet.

diffstat:

2 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog                             |    6 ++++++
rt/net/sourceforge/jnlp/Launcher.java |    2 +-

diffs (25 lines):

diff -r ed75376cfe3a -r acf8090028c9 ChangeLog
--- a/ChangeLog	Wed Jun 24 15:02:45 2009 -0400
+++ b/ChangeLog	Wed Jun 24 15:10:22 2009 -0400
@@ -1,3 +1,9 @@ 2009-06-24  Omair Majid  <omajid at redhat.
+2009-06-24  Omair Majid  <omajid at redhat.com>
+
+	* rt/net/sourceforge/jnlp/Launcher.java
+	(createApplication): Fix messages to refer to application instead of
+	applet.
+
 2009-06-24  Omair Majid  <omajid at redhat.com>
 
 	* rt/net/sourceforge/jnlp/Launcher.java (launchApplication): Check for any 
diff -r ed75376cfe3a -r acf8090028c9 rt/net/sourceforge/jnlp/Launcher.java
--- a/rt/net/sourceforge/jnlp/Launcher.java	Wed Jun 24 15:02:45 2009 -0400
+++ b/rt/net/sourceforge/jnlp/Launcher.java	Wed Jun 24 15:10:22 2009 -0400
@@ -590,7 +590,7 @@ public class Launcher {
             return app;
         }
         catch (Exception ex) {
-            throw new LaunchException(file, ex, R("LSFatal"), R("LCInit"), R("LInitApplet"), R("LInitAppletInfo"));
+            throw new LaunchException(file, ex, R("LSFatal"), R("LCInit"), R("LInitApplication"), R("LInitApplicationInfo"));
         }
     }
 



More information about the distro-pkg-dev mailing list