summaryrefslogtreecommitdiff
path: root/src/leap/gui/wizard.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-03-12 12:11:34 -0300
committerTomás Touceda <chiiph@leap.se>2013-03-12 12:11:34 -0300
commit605a456ffdb196211d239b6bdb56914b260c468f (patch)
treeb7f3aad44217d28bfd4f68b21714deb21d56f616 /src/leap/gui/wizard.py
parent68c18135659351aac1c10aefadce431240ee6366 (diff)
Add watermark image
Diffstat (limited to 'src/leap/gui/wizard.py')
-rw-r--r--src/leap/gui/wizard.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/gui/wizard.py b/src/leap/gui/wizard.py
index 08e9cc6b..202c6dc2 100644
--- a/src/leap/gui/wizard.py
+++ b/src/leap/gui/wizard.py
@@ -60,7 +60,8 @@ class Wizard(QtGui.QWizard):
self.setPixmap(QtGui.QWizard.LogoPixmap,
QtGui.QPixmap(":/images/leap-color-small.png"))
- self.setPixmap(QtGui.QWizard.WatermarkPixmap, None)
+ self.setPixmap(QtGui.QWizard.WatermarkPixmap,
+ QtGui.QPixmap(":/images/watermark.png"))
self.QUESTION_ICON = QtGui.QPixmap(":/images/Emblem-question.png")
self.ERROR_ICON = QtGui.QPixmap(":/images/Dialog-error.png")