opening file fix

This commit is contained in:
Jindra Pet��k
2013-08-24 16:04:16 +02:00
parent d7071d003a
commit a112469252
@@ -333,7 +333,7 @@ public class Main {
}
return ok;
} catch (IOException ex) {
JOptionPane.showMessageDialog(null, "Cannot open file", "Error", JOptionPane.ERROR_MESSAGE);
View.showMessageDialog(null, "Cannot open file", "Error", JOptionPane.ERROR_MESSAGE);
}
return false;
}