1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-13 13:15:47 +01:00

Update names in the about dialogs.

This commit is contained in:
Andrew Psaltis
2009-08-23 17:03:40 -04:00
parent 2283bb7b20
commit 2cc81bfa77
2 changed files with 4 additions and 4 deletions

View File

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