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

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

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

revision 910 by iliev, Thu Mar 16 18:08:34 2006 UTC revision 911 by iliev, Mon Aug 7 18:25:58 2006 UTC
# Line 588  class InstrumentWizardPage extends UserI Line 588  class InstrumentWizardPage extends UserI
588                  if(model.getSelectedAudioDevice() == null) {                  if(model.getSelectedAudioDevice() == null) {
589                          String s = i18n.getLabel("InstrumentWizardPage.additionalInstructions");                          String s = i18n.getLabel("InstrumentWizardPage.additionalInstructions");
590                          setAdditionalInstructions(s);                          setAdditionalInstructions(s);
591                  } else {                  } else { setAdditionalInstructions(""); }
                         System.out.println("Exo");  
                         setAdditionalInstructions("");  
                 }  
592          }          }
593                    
594          public boolean          public boolean

Legend:
Removed from v.910  
changed lines
  Added in v.911

  ViewVC Help
Powered by ViewVC