/hg/icedtea-web: Added entry in NEWS about new About dialog. Fix...

aazores at icedtea.classpath.org aazores at icedtea.classpath.org
Fri Jul 12 12:48:10 PDT 2013


changeset f18dea419aec in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=f18dea419aec
author: Andrew Azores <aazores at redhat.com>
date: Fri Jul 12 15:47:04 2013 -0400

	Added entry in NEWS about new About dialog. Fixed localization of News tab in AboutDialog.java


diffstat:

 ChangeLog                                        |  6 ++++++
 NEWS                                             |  1 +
 netx/net/sourceforge/jnlp/about/AboutDialog.java |  2 +-
 3 files changed, 8 insertions(+), 1 deletions(-)

diffs (36 lines):

diff -r 7c111977045d -r f18dea419aec ChangeLog
--- a/ChangeLog	Thu Jul 11 13:30:52 2013 -0400
+++ b/ChangeLog	Fri Jul 12 15:47:04 2013 -0400
@@ -1,3 +1,9 @@
+2013-07-11  Andrew Azores <aazores at redhat.com>
+
+	* NEWS: added entry regarding new About Dialogue
+	* netx/net/sourceforge/jnlp/about/AboutDialog.java: fixed localization of
+	label on News tab
+
 2013-07-11  Andrew Azores <aazores at redhat.com>
 
 	* Makefile.am (stamps/html-gen): moved plaintext-to-HTML logic into new
diff -r 7c111977045d -r f18dea419aec NEWS
--- a/NEWS	Thu Jul 11 13:30:52 2013 -0400
+++ b/NEWS	Fri Jul 12 15:47:04 2013 -0400
@@ -16,6 +16,7 @@
   - Netx can now parse malformed jnlp files using tagsoup
   - PR1026 - Apps fail to run because of the nanoxml parser's strict XML validation
   - PR1473 - javaws should not depend on name of local file
+  - Redesigned About dialogue layout and contents
 * Plugin
   - PR854: Resizing an applet several times causes 100% CPU load
 
diff -r 7c111977045d -r f18dea419aec netx/net/sourceforge/jnlp/about/AboutDialog.java
--- a/netx/net/sourceforge/jnlp/about/AboutDialog.java	Thu Jul 11 13:30:52 2013 -0400
+++ b/netx/net/sourceforge/jnlp/about/AboutDialog.java	Fri Jul 12 15:47:04 2013 -0400
@@ -84,7 +84,7 @@
 
         aboutPanel = new HTMLPanel(res_about, R("AboutDialogueTabAbout"));
         authorsPanel = new HTMLPanel(res_authors, R("AboutDialogueTabAuthors"));
-        newsPanel = new HTMLPanel(res_news, R("News"));
+        newsPanel = new HTMLPanel(res_news, R("AboutDialogueTabNews"));
         changelogPanel = new HTMLPanel(res_changelog, R("AboutDialogueTabChangelog"));
         copyingPanel = new HTMLPanel(res_copying, R("AboutDialogueTabGPLv2"));
 



More information about the distro-pkg-dev mailing list