From: Thierry Parmentelat Date: Mon, 23 May 2011 14:21:27 +0000 (+0200) Subject: oops X-Git-Tag: sface-0.1-11~6 X-Git-Url: http://git.onelab.eu/?p=sface.git;a=commitdiff_plain;h=63c13e1e21fd4ec2309798ead773e22874c067cf oops --- diff --git a/sface/mainwindow.py b/sface/mainwindow.py index ab19e07..19f05a9 100644 --- a/sface/mainwindow.py +++ b/sface/mainwindow.py @@ -28,7 +28,7 @@ class Nav(QWidget): self.title = QLabel("", self) scene=QGraphicsScene() - pixmap = QPixmap(locate_image_file('graphic-sfa.png')) + pixmap = QPixmap(locate_image_file('graphic-sfa')) logolabel=QLabel("",self) logolabel.setPixmap(pixmap) self.main = QLabel("", self)