/[svn]/jsampler/trunk/src/org/jsampler/view/classic/HelpAboutDlg.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/classic/HelpAboutDlg.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1733 by iliev, Tue Apr 29 22:22:40 2008 UTC revision 1734 by iliev, Sun May 4 18:40:13 2008 UTC
# Line 62  import static org.jsampler.view.classic. Line 62  import static org.jsampler.view.classic.
62   */   */
63  public class HelpAboutDlg extends InformationDialog {  public class HelpAboutDlg extends InformationDialog {
64          private JLabel lProductName =          private JLabel lProductName =
65                  new JLabel("<html>\n<font size=+1>JS Classic (version 0.8a cvs_1)</font>");                  new JLabel("<html>\n<font size=+1>JS Classic (version 0.8a cvs_2)</font>");
66                    
67          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));
68          private JTextField tfAuthor = new JTextField(i18n.getLabel("HelpAboutDlg.tfAuthor"));          private JTextField tfAuthor = new JTextField(i18n.getLabel("HelpAboutDlg.tfAuthor"));

Legend:
Removed from v.1733  
changed lines
  Added in v.1734

  ViewVC Help
Powered by ViewVC