altosui: Report error message back from libaltos
[fw/altos] / altosui / AltosDataChooser.java
index 15de05c2bb510723dabbe22704cbc41d55e57dad..d81ca6d1a128aa009c7420e0f9a67f96901ae4f4 100644 (file)
@@ -61,7 +61,7 @@ public class AltosDataChooser extends JFileChooser {
                                }
                        } catch (FileNotFoundException fe) {
                                JOptionPane.showMessageDialog(frame,
-                                                             filename,
+                                                             fe.getMessage(),
                                                              "Cannot open file",
                                                              JOptionPane.ERROR_MESSAGE);
                        }