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

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

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

revision 1346 by iliev, Fri Aug 10 20:24:23 2007 UTC revision 1347 by iliev, Thu Sep 13 22:20:38 2007 UTC
# Line 90  import org.linuxsampler.lscp.MidiInstrum Line 90  import org.linuxsampler.lscp.MidiInstrum
90  import static org.jsampler.view.InstrumentsDbTableModel.ColumnType;  import static org.jsampler.view.InstrumentsDbTableModel.ColumnType;
91  import static org.jsampler.view.std.StdI18n.i18n;  import static org.jsampler.view.std.StdI18n.i18n;
92    
93    import static org.linuxsampler.lscp.Parser.*;
94    
95  /**  /**
96   *   *
97   * @author Grigor Iliev   * @author Grigor Iliev
# Line 446  public class JSInstrumentsDbTable extend Line 448  public class JSInstrumentsDbTable extend
448                                                    
449                          String path = instrumentsDbTree.getSelectedDirectoryPath();                          String path = instrumentsDbTree.getSelectedDirectoryPath();
450                          if(path.length() > 1) path += "/";                          if(path.length() > 1) path += "/";
451                          path += getDirectoryName();                          path += toEscapedFileName(getDirectoryName());
452                                                    
453                          final InstrumentsDb.CreateDirectory t =                          final InstrumentsDb.CreateDirectory t =
454                                  new InstrumentsDb.CreateDirectory(path);                                  new InstrumentsDb.CreateDirectory(path);

Legend:
Removed from v.1346  
changed lines
  Added in v.1347

  ViewVC Help
Powered by ViewVC