/[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 1482 by iliev, Wed Nov 14 21:39:45 2007 UTC revision 1483 by iliev, Thu Nov 15 03:27:18 2007 UTC
# Line 627  class InstrumentWizardPage extends UserI Line 627  class InstrumentWizardPage extends UserI
627                  if(result == JFileChooser.APPROVE_OPTION) {                  if(result == JFileChooser.APPROVE_OPTION) {
628                          String path = fc.getSelectedFile().getPath();                          String path = fc.getSelectedFile().getPath();
629                          if(java.io.File.separatorChar == '\\') {                          if(java.io.File.separatorChar == '\\') {
630                                  path.replace('\\', '/');                                  path = path.replace('\\', '/');
631                          }                          }
632                          tfFilename.setText(toEscapedString(path));                          tfFilename.setText(toEscapedString(path));
633                  }                  }

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

  ViewVC Help
Powered by ViewVC