--- a/Beremiz.py Mon Nov 28 16:12:27 2016 +0300
+++ b/Beremiz.py Mon Nov 28 16:27:24 2016 +0300
@@ -1185,7 +1185,7 @@
Please be kind enough to send this file to:
beremiz-devel@lists.sourceforge.net
-You should now restart Beremiz.
+You should now restart program. --- a/PLCOpenEditor.py Mon Nov 28 16:12:27 2016 +0300
+++ b/PLCOpenEditor.py Mon Nov 28 16:27:24 2016 +0300
@@ -406,16 +406,17 @@
dlg = wx.SingleChoiceDialog(None,
-Click OK to save an error report.
+An unhandled exception (bug) occured. Bug report saved at : Please be kind enough to send this file to:
-edouard.tisserant@gmail.com
+beremiz-devel@lists.sourceforge.net +You should now restart program.
- str(e_type) + _(" : ") + str(e_value),
+""") % bug_report_path + + repr(e_type) + " : " + repr(e_value),