summaryrefslogtreecommitdiff
path: root/src/leap/gui/wizard.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/leap/gui/wizard.py')
-rw-r--r--src/leap/gui/wizard.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/gui/wizard.py b/src/leap/gui/wizard.py
index 3a604157..1aa0738b 100644
--- a/src/leap/gui/wizard.py
+++ b/src/leap/gui/wizard.py
@@ -62,7 +62,7 @@ class Wizard(QtGui.QWizard):
self.setPixmap(QtGui.QWizard.WatermarkPixmap, None)
- self.QUESTION_ICON = QtGui.QPixmap(":/images/Emblem-question.png")
+ self.QUESTION_ICON = None
self.ERROR_ICON = QtGui.QPixmap(":/images/Dialog-error.png")
self.OK_ICON = QtGui.QPixmap(":/images/Dialog-accept.png")