summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/wizard.py
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-11 13:08:43 -0700
committerelijah <elijah@riseup.net>2014-08-11 13:08:43 -0700
commitc52ca1aa1e9637d3e7d18f30b7c476ab1b1fe13a (patch)
tree424d467fb02ef1e62ddad61f1b0108f2f0ca836f /src/leap/bitmask/gui/wizard.py
parentd9ee9b49ed2181baa075f1cd558b220f282bf590 (diff)
temporarily switch back to using png icons
Diffstat (limited to 'src/leap/bitmask/gui/wizard.py')
-rw-r--r--src/leap/bitmask/gui/wizard.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/leap/bitmask/gui/wizard.py b/src/leap/bitmask/gui/wizard.py
index 44f91365..175d744c 100644
--- a/src/leap/bitmask/gui/wizard.py
+++ b/src/leap/bitmask/gui/wizard.py
@@ -70,9 +70,9 @@ class Wizard(QtGui.QWizard):
self.setPixmap(QtGui.QWizard.LogoPixmap,
QtGui.QPixmap(":/images/mask-icon.png"))
- self.QUESTION_ICON = QtGui.QPixmap(":/images/black/question.svg")
- self.ERROR_ICON = QtGui.QPixmap(":/images/black/off.svg")
- self.OK_ICON = QtGui.QPixmap(":/images/black/on.svg")
+ self.QUESTION_ICON = QtGui.QPixmap(":/images/black/24/question.png")
+ self.ERROR_ICON = QtGui.QPixmap(":/images/black/24/off.png")
+ self.OK_ICON = QtGui.QPixmap(":/images/black/24/on.png")
self._selected_services = set()
self._shown_services = set()