changeset 1933:9528fc8f3555

2009-06-24 Omair Majid <omajid@redhat.com> * netx/net/sourceforge/jnlp/Launcher.java (createApplication): Fix messages to refer to application instead of applet.
author Omair Majid <omajid@redhat.com>
date Wed, 24 Jun 2009 15:10:22 -0400
parents 0cfbe4d569d9
children dd483ae1e6ca
files ChangeLog netx/net/sourceforge/jnlp/Launcher.java
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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@redhat.com>
+
+	* netx/net/sourceforge/jnlp/Launcher.java
+	(createApplication): Fix messages to refer to application instead of
+	applet.
+
 2009-06-24  Omair Majid  <omajid@redhat.com>
 
 	* netx/net/sourceforge/jnlp/Launcher.java (launchApplication): Check for any 
--- a/netx/net/sourceforge/jnlp/Launcher.java	Wed Jun 24 15:02:45 2009 -0400
+++ b/netx/net/sourceforge/jnlp/Launcher.java	Wed Jun 24 15:10:22 2009 -0400
@@ -590,7 +590,7 @@
             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"));
         }
     }