--- jsampler/trunk/src/org/jsampler/view/std/JSNewMidiInstrumentWizard.java 2007/11/15 01:15:12 1482 +++ jsampler/trunk/src/org/jsampler/view/std/JSNewMidiInstrumentWizard.java 2007/11/15 03:27:18 1483 @@ -600,7 +600,7 @@ String path = fc.getSelectedFile().getAbsolutePath(); if(java.io.File.separatorChar == '\\') { - path.replace('\\', '/'); + path = path.replace('\\', '/'); } cbFilename.setSelectedItem(toEscapedString(path)); path = fc.getCurrentDirectory().getAbsolutePath();