summaryrefslogtreecommitdiff
path: root/src/errordialog.cpp
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2013-10-08 12:49:48 +0100
committerAlessio Treglia <alessio@debian.org>2013-10-08 12:49:48 +0100
commitaa68b7bd585a157e8952881e87e2c09de6ec742f (patch)
tree236530346be25c9f2e1588f2577cc3d5a53a5f69 /src/errordialog.cpp
parent228d763f5a95a2575a18e03e0ea77555106023c4 (diff)
Imported Upstream version 0.8.6
Diffstat (limited to 'src/errordialog.cpp')
-rw-r--r--src/errordialog.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/errordialog.cpp b/src/errordialog.cpp
index 52e6ff1..eb53e56 100644
--- a/src/errordialog.cpp
+++ b/src/errordialog.cpp
@@ -25,7 +25,9 @@ ErrorDialog::ErrorDialog( QWidget* parent, Qt::WindowFlags f )
setupUi(this);
icon->setText("");
- icon->setPixmap( Images::icon("warning") );
+ icon->setPixmap( Images::icon("crash") );
+
+ intro_label->setText("<html><head/><body><p align=\"left\"><span style=\"font-size:14pt; font-weight:600;\">" + tr("Oops, something wrong happened") +"</span></p></body></html>");
text->setText("");
toggleLog(false);