diff options
Diffstat (limited to 'altosui/AltosFlashUI.java')
| -rw-r--r-- | altosui/AltosFlashUI.java | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/altosui/AltosFlashUI.java b/altosui/AltosFlashUI.java index 3874b500..3956ff20 100644 --- a/altosui/AltosFlashUI.java +++ b/altosui/AltosFlashUI.java @@ -200,8 +200,8 @@ public class AltosFlashUI  	void exception (Exception e) {  		if (e instanceof FileNotFoundException) {  			JOptionPane.showMessageDialog(frame, -						      "Cannot open image", -						      file.toString(), +						      ((FileNotFoundException) e).getMessage(), +						      "Cannot open file",  						      JOptionPane.ERROR_MESSAGE);  		} else if (e instanceof AltosSerialInUseException) {  			JOptionPane.showMessageDialog(frame,  | 
