/[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 1329 by iliev, Sat Sep 8 18:33:05 2007 UTC revision 1352 by iliev, Sun Sep 16 23:24:15 2007 UTC
# Line 67  import org.linuxsampler.lscp.MidiInstrum Line 67  import org.linuxsampler.lscp.MidiInstrum
67  import org.linuxsampler.lscp.SamplerEngine;  import org.linuxsampler.lscp.SamplerEngine;
68    
69  import static org.jsampler.view.std.StdI18n.i18n;  import static org.jsampler.view.std.StdI18n.i18n;
70    import static org.linuxsampler.lscp.Parser.*;
71    
72    
73  /**  /**
# Line 597  class ManualSelectWizardPage extends Use Line 598  class ManualSelectWizardPage extends Use
598                  int result = fc.showOpenDialog(this);                  int result = fc.showOpenDialog(this);
599                  if(result != JFileChooser.APPROVE_OPTION) return;                  if(result != JFileChooser.APPROVE_OPTION) return;
600                                    
601                  cbFilename.setSelectedItem(fc.getSelectedFile().getPath());                  cbFilename.setSelectedItem(toEscapedString(fc.getSelectedFile().getPath()));
602                  String path = fc.getCurrentDirectory().getAbsolutePath();                  String path = fc.getCurrentDirectory().getAbsolutePath();
603                  preferences().setStringProperty("lastInstrumentLocation", path);                  preferences().setStringProperty("lastInstrumentLocation", path);
604          }          }

Legend:
Removed from v.1329  
changed lines
  Added in v.1352

  ViewVC Help
Powered by ViewVC