JDK-4794141 : copyright year in about dialog of HtmlConverter is 2002
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.4.2
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2002-12-16
  • Updated: 2003-01-10
  • Resolved: 2003-01-10
Related Reports
Duplicate :  
Description
The copyright year of HtmlConverter should be "2003" before releasing beta.

src/plugin/src/share/converter/sun/plugin/converter/resources/Converter_ja.java:

       { "about_dialog.info", "Java(TM) Plug-in HTML Converter v{0}" + newline +
                              "Copyright 2002 Sun Microsystems, Inc." },
                                         ^^^^
                                         2003

Comments
EVALUATION Manually updated year. ###@###.### 2003-01-10 Test case: Start converter - HtmlConverter -gui Click Help->About Check year is 2003 ###@###.### 2003-01-10 Work is under way to do this automatically during the build process. ###@###.### 2003-01-10
10-01-2003