From 63c13e1e21fd4ec2309798ead773e22874c067cf Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 23 May 2011 16:21:27 +0200 Subject: [PATCH] oops --- sface/mainwindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.43.0