X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fmainwindow.py;h=19f05a9ebc1250c1223e6bdf5f3bfb5d19bece1e;hp=ab19e072c7e226b5669f8ff84cd406b99d93022c;hb=63c13e1e21fd4ec2309798ead773e22874c067cf;hpb=6077c4fc31174ec178889729bb8cc18a3765ef02 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)