/[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 1918 by iliev, Wed Dec 24 17:29:47 2008 UTC revision 1919 by iliev, Sat Jun 20 19:25:50 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_6)</font>");                  new JLabel("<html>\n<font size=+1>JSampler Fantasia (version 0.8a cvs_8)</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.1918  
changed lines
  Added in v.1919

  ViewVC Help
Powered by ViewVC