|
From: <dg...@us...> - 2011-11-13 08:50:37
|
Revision: 929
http://pytrainer.svn.sourceforge.net/pytrainer/?rev=929&view=rev
Author: dgranda
Date: 2011-11-13 08:50:30 +0000 (Sun, 13 Nov 2011)
Log Message:
-----------
Updating credits
Modified Paths:
--------------
pytrainer/trunk/pytrainer/gui/aboutdialog.py
Modified: pytrainer/trunk/pytrainer/gui/aboutdialog.py
===================================================================
--- pytrainer/trunk/pytrainer/gui/aboutdialog.py 2011-11-12 20:46:28 UTC (rev 928)
+++ pytrainer/trunk/pytrainer/gui/aboutdialog.py 2011-11-13 08:50:30 UTC (rev 929)
@@ -32,8 +32,8 @@
self.version = version
def run(self):
- authors = ["Fiz Vázquez <vu...@si...>\nDavid García Granda <dg...@gm...>\nJohn Blance <joh...@gm...>\nArnd Zapletal <a.z...@gm...>\nNathan Jones <na...@nc...>\n\n-Package maintainers:\n\nRedHat/Fedora: Douglas E. Warner <sil...@si...>\nDebian: Noèl Köthe <no...@de...>\nUbuntu: Kevin Dwyer <ke...@ph...>, Alessio Treglia <qua...@ub...>"]
- translator_credits = "Euskara: Jabier Santamaria <men...@gm...>\nCatalà: Eloi Crespillo Itchart <el...@ik...>\nČesky: Lobus Pokorny <sp...@se...>\nFrançais: Dj <dj...@dj...>, Pierre Gaigé <pg...@fr...>, Christian Perrier <bu...@de...>\nNorsk: Havard Davidsen <hav...@gm...>\nPolski: Seweryn Kokot <sk...@po...>\nDeutsch: Aleks <al...@sc...>, Noèl Köthe <no...@de...>\nEspañol: Fiz Vázquez <vu...@si...>, David García Granda <dg...@gm...>\nSvenska: Per Medin <per...@gm...>\nGalego: Kaptan <kh...@gm...>\nPortuguês: Pedro Ribeiro <p.m...@gm...>"
+ authors = ["Fiz Vázquez <vu...@si...>\nDavid García Granda <dg...@gm...>\nJohn Blance <joh...@gm...>\nArnd Zapletal <a.z...@gm...>\nNathan Jones <na...@nc...>\n\n-Package maintainers:\n\nRedHat/Fedora: Douglas E. Warner <sil...@si...>\nDebian: Noèl Köthe <no...@de...>, Christian Perrier <bu...@de...>\nUbuntu: Kevin Dwyer <ke...@ph...>, Alessio Treglia <qua...@ub...>"]
+ translator_credits = "Euskara: Jabier Santamaria <men...@gm...>\nCatalà: Eloi Crespillo Itchart <el...@ik...>\nČesky: Lobus Pokorny <sp...@se...>\nFrançais: Dj <dj...@dj...>, Pierre Gaigé <pg...@fr...>, Christian Perrier <bu...@de...>\nNorsk: Havard Davidsen <hav...@gm...>\nPolski: Seweryn Kokot <sk...@po...>\nDeutsch: Aleks <al...@sc...>, Noèl Köthe <no...@de...>, Erik Pfannenstein <deb...@gm...>, Andreas Mair <ama...@go...>\nEspañol: Fiz Vázquez <vu...@si...>, David García Granda <dg...@gm...>\nSvenska: Per Medin <per...@gm...>\nGalego: Kaptan <kh...@gm...>\nPortuguês: Pedro Ribeiro <p.m...@gm...>"
license = "pytrainer - The free sport tracking center\nCopyright (C) 2005-09 Fiz Vázquez\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
about_dialog = gtk.AboutDialog()
about_dialog.set_destroy_with_parent(True)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|