changeset in /hg/icedtea6: 2008-04-30 Thomas Fitzsimmons <fitz...
Thomas Fitzsimmons
fitzsim at redhat.com
Wed Apr 30 14:08:32 PDT 2008
changeset 7b560b84e143 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=7b560b84e143
description:
2008-04-30 Thomas Fitzsimmons <fitzsim at redhat.com>
* rt/net/sourceforge/jnlp/security/MoreInfoPane.java: Fix typo.
diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog | 4 ++++
rt/net/sourceforge/jnlp/security/MoreInfoPane.java | 2 +-
diffs (23 lines):
diff -r bcba163568ac -r 7b560b84e143 ChangeLog
--- a/ChangeLog Wed Apr 30 22:09:08 2008 +0200
+++ b/ChangeLog Wed Apr 30 17:08:19 2008 -0400
@@ -1,3 +1,7 @@ 2008-04-30 Mark Wielaard <mark at klomp.o
+2008-04-30 Thomas Fitzsimmons <fitzsim at redhat.com>
+
+ * rt/net/sourceforge/jnlp/security/MoreInfoPane.java: Fix typo.
+
2008-04-30 Mark Wielaard <mark at klomp.org>
* Makefile.am (ICEDTEA_PATCHES): Add patches/icedtea-gervill.patch.
diff -r bcba163568ac -r 7b560b84e143 rt/net/sourceforge/jnlp/security/MoreInfoPane.java
--- a/rt/net/sourceforge/jnlp/security/MoreInfoPane.java Wed Apr 30 22:09:08 2008 +0200
+++ b/rt/net/sourceforge/jnlp/security/MoreInfoPane.java Wed Apr 30 17:08:19 2008 -0400
@@ -85,7 +85,7 @@ public class MoreInfoPane extends Securi
}
JPanel buttonsPanel = new JPanel(new BorderLayout());
- JButton certDetails = new JButton("Cerificate Details");
+ JButton certDetails = new JButton("Certificate Details");
certDetails.addActionListener(new CertInfoButtonListener());
JButton close = new JButton("Close");
close.addActionListener(createButtonActionListener(0));
More information about the distro-pkg-dev
mailing list