1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00

Added myself as a co-author :)

This commit is contained in:
imdano
2007-07-24 05:05:15 +00:00
parent 2d38b8f0d4
commit 42b2dafabd

2
gui.py
View File

@@ -894,7 +894,7 @@ class appGui:
dialog = gtk.AboutDialog()
dialog.set_name("Wicd")
dialog.set_version(daemon.Hello())
dialog.set_authors([ "Adam Blackburn" ])
dialog.set_authors([ "Adam Blackburn", "Dan O'Reilly" ])
dialog.set_website("http://wicd.sourceforge.net")
dialog.run()
dialog.destroy()