aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-08-25 21:52:29 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-08-25 21:52:29 +0200
commit056e3892cfb87819f32efcfd07ccb55da5c0127c (patch)
tree588d729d138cf18a80c0e6b8d0168e96b384dc64
parent7d812a786a7c953630146abc448012408359b8fc (diff)
downloadisodumper-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)
-rwxr-xr-xlib/isodumper.py2
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):