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

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

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

revision 1444 by iliev, Fri Aug 10 20:24:23 2007 UTC revision 1445 by iliev, Mon Oct 15 20:55:33 2007 UTC
# Line 63  import static org.jsampler.view.fantasia Line 63  import static org.jsampler.view.fantasia
63   */   */
64  public class HelpAboutDlg extends InformationDialog {  public class HelpAboutDlg extends InformationDialog {
65          private JLabel lProductName =          private JLabel lProductName =
66                  new JLabel("<html>\n<font size=+1>Fantasia (version 0.6a)</font>");                  new JLabel("<html>\n<font size=+1>Fantasia (version 0.7a)</font>");
67                    
68          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));
69          private LinkButton btnAuthor = new Lnkbutton(i18n.getLabel("HelpAboutDlg.btnAuthor"));          private LinkButton btnAuthor = new Lnkbutton(i18n.getLabel("HelpAboutDlg.btnAuthor"));

Legend:
Removed from v.1444  
changed lines
  Added in v.1445

  ViewVC Help
Powered by ViewVC