/[svn]/jsampler/trunk/src/org/jsampler/view/fantasia/MainFrame.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/view/fantasia/MainFrame.java

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

revision 1918 by iliev, Thu Jun 11 09:35:29 2009 UTC revision 1919 by iliev, Sat Jun 20 19:25:50 2009 UTC
# Line 785  public class MainFrame extends StdMainFr Line 785  public class MainFrame extends StdMainFr
785                  FileReader fr;                  FileReader fr;
786                  try { fr = new FileReader(script); }                  try { fr = new FileReader(script); }
787                  catch(FileNotFoundException e) {                  catch(FileNotFoundException e) {
788                          HF.showErrorMessage(i18n.getError("fileNotFound!"));                          HF.showErrorMessage(i18n.getError("fileNotFound!", script.getAbsolutePath()));
789                          return;                          return;
790                  }                  }
791                                    

Legend:
Removed from v.1918  
changed lines
  Added in v.1919

  ViewVC Help
Powered by ViewVC