Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark <mark.suurmond@gmail.com>2018-02-15 17:49:06 +0300
committerMark <mark.suurmond@gmail.com>2018-02-15 17:49:06 +0300
commitc508e77fe2e18152d4af056d7a6b835856955a44 (patch)
tree15ea1804201432f248c3b9bdae9a82b8b7c73966 /cura/CrashHandler.py
parent38e84b962d634ab5575c0c4a8b1c39b8482605fc (diff)
Improved the text
Diffstat (limited to 'cura/CrashHandler.py')
-rw-r--r--cura/CrashHandler.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/cura/CrashHandler.py b/cura/CrashHandler.py
index 4d8cb6f54d..24df54b74e 100644
--- a/cura/CrashHandler.py
+++ b/cura/CrashHandler.py
@@ -13,9 +13,8 @@ import ssl
import urllib.request
import urllib.error
import shutil
-import sys
-from PyQt5.QtCore import QT_VERSION_STR, PYQT_VERSION_STR
+from PyQt5.QtCore import QT_VERSION_STR, PYQT_VERSION_STR, QFile
from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QVBoxLayout, QLabel, QTextEdit, QGroupBox, QCheckBox, QPushButton
from UM.Application import Application
@@ -23,6 +22,7 @@ from UM.Logger import Logger
from UM.View.GL.OpenGL import OpenGL
from UM.i18n import i18nCatalog
from UM.Platform import Platform
+from UM.Resources import Resources
catalog = i18nCatalog("cura")
@@ -91,6 +91,7 @@ class CrashHandler:
label = QLabel()
label.setText(catalog.i18nc("@label crash message", """<p><b>A fatal error has occurred.</p></b>
<p>Unfortunately, Cura encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>
+ <p>Your backup can be found in your Configuration folder.</p>
<p>Please send us this Crash Report to fix the problem.</p>
"""))
label.setWordWrap(True)