--- jsampler/trunk/src/org/jsampler/view/fantasia/MainFrame.java 2009/06/13 13:35:13 1918 +++ jsampler/trunk/src/org/jsampler/view/fantasia/MainFrame.java 2009/06/20 19:25:50 1919 @@ -785,7 +785,7 @@ FileReader fr; try { fr = new FileReader(script); } catch(FileNotFoundException e) { - HF.showErrorMessage(i18n.getError("fileNotFound!")); + HF.showErrorMessage(i18n.getError("fileNotFound!", script.getAbsolutePath())); return; }