From e09dc56ba962d800f72d55ad4e61f6a3ed518de6 Mon Sep 17 00:00:00 2001 From: Vladimir Zhbanov Date: Tue, 24 May 2016 09:20:12 +0300 Subject: [PATCH] Change website address to www.geda-project.org. --- lib/xgsch2pcb/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xgsch2pcb/gui.py b/lib/xgsch2pcb/gui.py index e753d54..11b9f68 100644 --- a/lib/xgsch2pcb/gui.py +++ b/lib/xgsch2pcb/gui.py @@ -187,7 +187,7 @@ class MonitorWindow(gtk.Window): self.aboutdialog.set_copyright("University of Cambridge 2006\nxgsch2pcb Contributors 2006-2009 (See ChangeLog)") self.aboutdialog.set_authors(['Peter Brett', 'Peter Clifton', 'Andrey Smirnov']) gtk.about_dialog_set_url_hook(about_url_cb, None) - self.aboutdialog.set_website('http://www.gpleda.org/') + self.aboutdialog.set_website('http://www.geda-project.org/') self.aboutdialog.set_translator_credits(_('translator-credits')) self.aboutdialog.set_transient_for( self ) -- 2.11.4.GIT