diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/isodumper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index e9a877e..b4813b3 100644 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -633,7 +633,7 @@ The fields of the main window are as follows:<BR />\ self.ancrage = self.atelier.createReplacePoint(self.dialog) self.box = self.atelier.createVBox(self.ancrage) self.bannerbox = self.atelier.createHBox(self.box) - self.banner=self.atelier.createImage(self.bannerbox,"/usr/share/isodumper/header.png") + self.banner=self.atelier.createImage(self.bannerbox,"/usr/share/isodumper/header.svg") self.devicebox = self.atelier.createHBox(self.box) self.devicebox.setWeight(1,10) self.devicelist=self.atelier.createComboBox(self.devicebox,_("Device to work on:"),False) |