/[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 1974 by iliev, Sat Jun 20 19:25:50 2009 UTC revision 1975 by iliev, Mon Aug 3 14:54:18 2009 UTC
# Line 60  import static org.jsampler.view.fantasia Line 60  import static org.jsampler.view.fantasia
60   */   */
61  public class HelpAboutDlg extends InformationDialog {  public class HelpAboutDlg extends InformationDialog {
62          private JLabel lProductName =          private JLabel lProductName =
63                  new JLabel("<html>\n<font size=+1>JSampler Fantasia (version 0.8a cvs_8)</font>");                  new JLabel("<html>\n<font size=+1>JSampler Fantasia (version 0.9)</font>");
64                    
65          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));          private JLabel lAuthor = new JLabel(i18n.getLabel("HelpAboutDlg.lAuthor"));
66          private LinkButton btnAuthor = new Lnkbutton(i18n.getLabel("HelpAboutDlg.btnAuthor"));          private LinkButton btnAuthor = new Lnkbutton(i18n.getLabel("HelpAboutDlg.btnAuthor"));

Legend:
Removed from v.1974  
changed lines
  Added in v.1975

  ViewVC Help
Powered by ViewVC