/[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 1766 by iliev, Sun May 4 18:40:13 2008 UTC revision 1767 by iliev, Mon Sep 8 00:19:27 2008 UTC
# Line 64  import static org.jsampler.view.fantasia Line 64  import static org.jsampler.view.fantasia
64   */   */
65  public class HelpAboutDlg extends InformationDialog {  public class HelpAboutDlg extends InformationDialog {
66          private JLabel lProductName =          private JLabel lProductName =
67                  new JLabel("<html>\n<font size=+1>JSampler Fantasia (version 0.8a cvs_2)</font>");                  new JLabel("<html>\n<font size=+1>JSampler Fantasia (version 0.8a cvs_4)</font>");
68                    
69          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));
70          private LinkButton btnAuthor = new Lnkbutton(i18n.getLabel("HelpAboutDlg.btnAuthor"));          private LinkButton btnAuthor = new Lnkbutton(i18n.getLabel("HelpAboutDlg.btnAuthor"));

Legend:
Removed from v.1766  
changed lines
  Added in v.1767

  ViewVC Help
Powered by ViewVC