/[svn]/jsampler/trunk/src/org/jsampler/view/classic/Channel.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/classic/Channel.java

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

revision 1751 by iliev, Sat May 31 23:04:01 2008 UTC revision 1752 by iliev, Mon Aug 11 22:51:24 2008 UTC
# Line 877  public class Channel extends org.jsample Line 877  public class Channel extends org.jsample
877                    
878          private void          private void
879          loadInstrument() {          loadInstrument() {
880                  JSInstrumentChooser dlg = new JSInstrumentChooser(CC.getMainFrame());                  JSInstrumentChooser dlg = ClassicUtils.createInstrumentChooser(CC.getMainFrame());
881                  dlg.setVisible(true);                  dlg.setVisible(true);
882                                    
883                  if(dlg.isCancelled()) return;                  if(dlg.isCancelled()) return;

Legend:
Removed from v.1751  
changed lines
  Added in v.1752

  ViewVC Help
Powered by ViewVC