diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-03-11 18:54:47 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-03-11 18:54:47 -0300 |
commit | 7752eb5fc11d6f5973c4aa7d575cabd0dbc979b1 (patch) | |
tree | 54709cd1cc866f8e2d7e6901d95283fa2cf3161c /src/leap/gui/wizard.py | |
parent | c0e411564a2e7c3af75e2f7c894fa46c3ca8da00 (diff) |
Don't display a ? icon when we are checking things in the wizard
Diffstat (limited to 'src/leap/gui/wizard.py')
-rw-r--r-- | src/leap/gui/wizard.py | 2 |
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") |