diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-08-25 21:52:29 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-08-25 21:52:29 +0200 |
commit | 056e3892cfb87819f32efcfd07ccb55da5c0127c (patch) | |
tree | 588d729d138cf18a80c0e6b8d0168e96b384dc64 /lib | |
parent | 7d812a786a7c953630146abc448012408359b8fc (diff) | |
download | isodumper-056e3892cfb87819f32efcfd07ccb55da5c0127c.tar isodumper-056e3892cfb87819f32efcfd07ccb55da5c0127c.tar.gz isodumper-056e3892cfb87819f32efcfd07ccb55da5c0127c.tar.bz2 isodumper-056e3892cfb87819f32efcfd07ccb55da5c0127c.tar.xz isodumper-056e3892cfb87819f32efcfd07ccb55da5c0127c.zip |
Adding links of the source in About dialog (mga#18405)
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/isodumper.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index 7591280..28a6cf4 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -732,7 +732,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B yui.YUI.widgetFactory; mgafactory = yui.YMGAWidgetFactory.getYMGAWidgetFactory(yui.YExternalWidgets.externalWidgetFactory("mga")) dlg = mgafactory.createAboutDialog("Isodumper", self.RELEASE, "GPLv2", - "Oliver Grawert<BR />Papoteur<BR />Pictures : Thimotée Giet", _("A tool for writing ISO images to a device"), "") + "Oliver Grawert<BR />Papoteur<BR />Pictures : Thimotée Giet", _("A tool for writing ISO images to a device")+"<BR />http://gitweb.mageia.org/software/isodumper", "") dlg.show(); def nodevDialog(self): |