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

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

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

revision 1482 by iliev, Wed Nov 14 21:39:45 2007 UTC revision 1483 by iliev, Thu Nov 15 03:27:18 2007 UTC
# Line 600  class ManualSelectWizardPage extends Use Line 600  class ManualSelectWizardPage extends Use
600                                    
601                  String path = fc.getSelectedFile().getAbsolutePath();                  String path = fc.getSelectedFile().getAbsolutePath();
602                  if(java.io.File.separatorChar == '\\') {                  if(java.io.File.separatorChar == '\\') {
603                          path.replace('\\', '/');                          path = path.replace('\\', '/');
604                  }                  }
605                  cbFilename.setSelectedItem(toEscapedString(path));                  cbFilename.setSelectedItem(toEscapedString(path));
606                  path = fc.getCurrentDirectory().getAbsolutePath();                  path = fc.getCurrentDirectory().getAbsolutePath();

Legend:
Removed from v.1482  
changed lines
  Added in v.1483

  ViewVC Help
Powered by ViewVC