/[svn]/jsampler/trunk/src/org/jsampler/view/fantasia/FantasiaPrefs.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/fantasia/FantasiaPrefs.java

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

revision 1742 by iliev, Tue Apr 29 22:22:40 2008 UTC revision 1743 by iliev, Sat May 31 23:04:01 2008 UTC
# Line 96  public class FantasiaPrefs extends StdPr Line 96  public class FantasiaPrefs extends StdPr
96                  if("leftSidePane.visible".equals(name)) return true;                  if("leftSidePane.visible".equals(name)) return true;
97                  if("rightSidePane.visible".equals(name)) return true;                  if("rightSidePane.visible".equals(name)) return true;
98                  if("rightSidePane.showInstrumentsDb".equals(name)) return true;                  if("rightSidePane.showInstrumentsDb".equals(name)) return true;
99                    if("channel.smallView.showChannelNumbering".equals(name)) return true;
100                                    
101                  return super.getDefaultBoolValue(name);                  return super.getDefaultBoolValue(name);
102          }          }

Legend:
Removed from v.1742  
changed lines
  Added in v.1743

  ViewVC Help
Powered by ViewVC