mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 05:18:02 +01:00
Adding myself to authors
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -1,3 +1,4 @@
|
|||||||
Adam Blackburn (compwiz18@gmail.com)
|
Adam Blackburn (compwiz18@gmail.com)
|
||||||
Dan O'Reilly (oreilldf@gmail.com)
|
Dan O'Reilly (oreilldf@gmail.com)
|
||||||
Andrew Psaltis (ampsaltis@gmail.com)
|
Andrew Psaltis (ampsaltis@gmail.com)
|
||||||
|
David Paleino (d.paleino@gmail.com)
|
||||||
|
|||||||
@@ -195,7 +195,8 @@ def about_dialog(body):
|
|||||||
('green'," \\\\\\")," |+| ",('green',"///")," ",_('Brought to you by:'),"\n",
|
('green'," \\\\\\")," |+| ",('green',"///")," ",_('Brought to you by:'),"\n",
|
||||||
('green'," \\\\\\")," |+| ",('green',"///")," Adam Blackburn\n",
|
('green'," \\\\\\")," |+| ",('green',"///")," Adam Blackburn\n",
|
||||||
" ___|+|___ Dan O'Reilly\n",
|
" ___|+|___ Dan O'Reilly\n",
|
||||||
" |---------| Andrew Psaltis\n",
|
" ____|+|____ Andrew Psaltis\n",
|
||||||
|
" |-----------| David Paleino\n",
|
||||||
"-----------------------------------------------------"]
|
"-----------------------------------------------------"]
|
||||||
about = TextDialog(theText,16,55,header=('header',_('About Wicd')))
|
about = TextDialog(theText,16,55,header=('header',_('About Wicd')))
|
||||||
about.run(ui,body)
|
about.run(ui,body)
|
||||||
|
|||||||
@@ -327,7 +327,7 @@ class appGui(object):
|
|||||||
dialog = gtk.AboutDialog()
|
dialog = gtk.AboutDialog()
|
||||||
dialog.set_name("Wicd")
|
dialog.set_name("Wicd")
|
||||||
dialog.set_version(daemon.Hello())
|
dialog.set_version(daemon.Hello())
|
||||||
dialog.set_authors([ "Adam Blackburn", "Dan O'Reilly", "Andrew Psaltis" ])
|
dialog.set_authors([ "Adam Blackburn", "Dan O'Reilly", "Andrew Psaltis", "David Paleino"])
|
||||||
dialog.set_website("http://wicd.sourceforge.net")
|
dialog.set_website("http://wicd.sourceforge.net")
|
||||||
dialog.run()
|
dialog.run()
|
||||||
dialog.destroy()
|
dialog.destroy()
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ contained within them.
|
|||||||
# Copyright (C) 2008-2009 Adam Blackburn
|
# Copyright (C) 2008-2009 Adam Blackburn
|
||||||
# Copyright (C) 2008-2009 Dan O'Reilly
|
# Copyright (C) 2008-2009 Dan O'Reilly
|
||||||
# Copyright (C) 2009 Andrew Psaltis
|
# Copyright (C) 2009 Andrew Psaltis
|
||||||
|
# Copyright (C) 2011 David Paleino
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License Version 2 as
|
# it under the terms of the GNU General Public License Version 2 as
|
||||||
|
|||||||
Reference in New Issue
Block a user