[dots] Update copyright
- From: Fernando Herrera de las Heras <fherrera src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dots] Update copyright
- Date: Thu, 17 Feb 2011 02:48:47 +0000 (UTC)
commit 72fe9de3dfc6b62ac70d36f82091f09c92c22d27
Author: Fernando Herrera <fherrera onirica com>
Date: Thu Feb 17 03:45:31 2011 +0100
Update copyright
dots/app_window.py | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/dots/app_window.py b/dots/app_window.py
index 0799b9a..11cdf8a 100644
--- a/dots/app_window.py
+++ b/dots/app_window.py
@@ -349,11 +349,16 @@ class AppWindow(object):
about.set_comments(_("A Braille translator for GNOME"))
about.set_license("GPLv3")
about.set_authors(["Eitan Isaacson", "Fernando Herrera <fherrera onirica com>"])
- about.set_copyright("(C) 2009 Eitan Isaacson\n(C) 2010 Consorcio Fernando de los Rios")
+ about.set_copyright("(C) 2009 Eitan Isaacson\n"
+ "(C) 2010 Consorcio Fernando de los Rios\n"
+ "(C) 2010 Guadalinfo.es\n")
about.set_website("http://live.gnome.org/Dots";)
about.set_website_label("Dots website")
about.set_documenters(["Fernando Herrera"])
about.set_translator_credits(_("translator-credits"))
+ link = gtk.LinkButton("http://guadalinfo.es";, "(C) 2010 Guadalinfo.es")
+ about.get_content_area().pack_start(link, False, False, 0)
+ link.show()
about.run()
about.destroy()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]