changeset in /hg/icedtea: 2009-06-24 Omair Majid <omajid at redha...
Omair Majid
omajid at redhat.com
Tue Aug 4 09:07:34 PDT 2009
changeset 9528fc8f3555 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9528fc8f3555
description:
2009-06-24 Omair Majid <omajid at redhat.com>
* netx/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 ++++++
netx/net/sourceforge/jnlp/Launcher.java | 2 +-
diffs (25 lines):
diff -r 0cfbe4d569d9 -r 9528fc8f3555 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>
+
+ * netx/net/sourceforge/jnlp/Launcher.java
+ (createApplication): Fix messages to refer to application instead of
+ applet.
+
2009-06-24 Omair Majid <omajid at redhat.com>
* netx/net/sourceforge/jnlp/Launcher.java (launchApplication): Check for any
diff -r 0cfbe4d569d9 -r 9528fc8f3555 netx/net/sourceforge/jnlp/Launcher.java
--- 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 @@ 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