/[svn]/jsampler/trunk/src/org/jsampler/view/std/JSAdvancedGeneralPropsDlg.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/std/JSAdvancedGeneralPropsDlg.java

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

revision 1775 by iliev, Mon Sep 8 00:19:27 2008 UTC revision 1776 by iliev, Thu Sep 11 18:48:36 2008 UTC
# Line 97  public class JSAdvancedGeneralPropsDlg e Line 97  public class JSAdvancedGeneralPropsDlg e
97                    
98          public static class MidiBankProgramNumberingPane extends JPanel {          public static class MidiBankProgramNumberingPane extends JPanel {
99                  private final JLabel lFirstBank =                  private final JLabel lFirstBank =
100                  new JLabel(i18n.getLabel("JSAdvancedGeneralPropsDlg.lFirstBank"));                          new JLabel(i18n.getLabel("JSAdvancedGeneralPropsDlg.lFirstBank"));
101                                    
102                  private final JLabel lFirstProgram =                  private final JLabel lFirstProgram =
103                          new JLabel(i18n.getLabel("JSAdvancedGeneralPropsDlg.lFirstProgram"));                          new JLabel(i18n.getLabel("JSAdvancedGeneralPropsDlg.lFirstProgram"));

Legend:
Removed from v.1775  
changed lines
  Added in v.1776

  ViewVC Help
Powered by ViewVC