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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user