X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosCSVUI.java;h=a212409ee83e3fc4f60aaa6d361a39cd87e15fc3;hp=e1b6002dfa23235d08a1fb5ae4a92a537be5e15e;hb=31e3255b6cbfaf95c0e97e2d1ec8de72f845994c;hpb=f01096c4b42f9a4720ed0414826c2a283a992545 diff --git a/altosui/AltosCSVUI.java b/altosui/AltosCSVUI.java index e1b6002d..a212409e 100644 --- a/altosui/AltosCSVUI.java +++ b/altosui/AltosCSVUI.java @@ -99,7 +99,7 @@ public class AltosCSVUI writer.close(); } catch (FileNotFoundException ee) { JOptionPane.showMessageDialog(frame, - file.getName(), + ee.getMessage(), "Cannot open file", JOptionPane.ERROR_MESSAGE); }