From 5761e301c939418b9f13481e75feca41842e5fb3 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 12 Aug 2013 13:46:53 -0300 Subject: Replace wizard images with the rainbow mask. Closes #3425. --- src/leap/gui/wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/gui/wizard.py') diff --git a/src/leap/gui/wizard.py b/src/leap/gui/wizard.py index 2b48fc81..1710b09b 100644 --- a/src/leap/gui/wizard.py +++ b/src/leap/gui/wizard.py @@ -75,7 +75,7 @@ class Wizard(QtGui.QWizard): self.ui.setupUi(self) self.setPixmap(QtGui.QWizard.LogoPixmap, - QtGui.QPixmap(":/images/leap-color-small.png")) + QtGui.QPixmap(":/images/mask-icon.png")) self.QUESTION_ICON = QtGui.QPixmap(":/images/Emblem-question.png") self.ERROR_ICON = QtGui.QPixmap(":/images/Dialog-error.png") -- cgit v1.2.3