diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-08-12 14:57:17 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-08-12 14:57:17 -0300 |
commit | 4a04005babda280d1366e6be464777b23688311a (patch) | |
tree | fcd2f50b23b6b2f113395b83ca3aaf2f32bc98c9 /src/leap/gui/wizard.py | |
parent | 25f09f2fb9031a3f7cdf1d960f47fd52fe08a064 (diff) | |
parent | 5761e301c939418b9f13481e75feca41842e5fb3 (diff) |
Merge remote-tracking branch 'ivan/bug/3425_replace-wizard-images' into develop
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 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") |