oops
[sface.git] / sface / mainwindow.py
index ab19e07..19f05a9 100644 (file)
@@ -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)