diff options
Diffstat (limited to 'altosui/AltosCSVUI.java')
| -rw-r--r-- | altosui/AltosCSVUI.java | 2 | 
1 files changed, 1 insertions, 1 deletions
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);  			}  | 
