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/ui/wizard.ui | 2 +- src/leap/gui/wizard.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/leap/gui/ui/wizard.ui b/src/leap/gui/ui/wizard.ui index a8f66bbc..5e0108dc 100644 --- a/src/leap/gui/ui/wizard.ui +++ b/src/leap/gui/ui/wizard.ui @@ -771,7 +771,7 @@ - :/images/leap-color-big.png + :/images/mask-icon.png 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