/[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 1974 by iliev, Sun Sep 28 20:38:36 2008 UTC revision 1975 by iliev, Mon Aug 3 14:54:18 2009 UTC
# Line 1  Line 1 
1  /*  /*
2   *   JSampler - a java front-end for LinuxSampler   *   JSampler - a java front-end for LinuxSampler
3   *   *
4   *   Copyright (C) 2005-2008 Grigor Iliev <grigor@grigoriliev.com>   *   Copyright (C) 2005-2009 Grigor Iliev <grigor@grigoriliev.com>
5   *   *
6   *   This file is part of JSampler.   *   This file is part of JSampler.
7   *   *
# 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_5)</font>");                  new JLabel("<html>\n<font size=+1>JS Classic (version 0.9)</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.1974  
changed lines
  Added in v.1975

  ViewVC Help
Powered by ViewVC