mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 13:28:08 +01:00
Update names in the about dialogs.
This commit is contained in:
@@ -192,9 +192,9 @@ def about_dialog(body):
|
|||||||
('green',"\\|| \\\\")," |+| ",('green',"// ||/ \n"),
|
('green',"\\|| \\\\")," |+| ",('green',"// ||/ \n"),
|
||||||
('green'," \\\\\\")," |+| ",('green',"///")," http://wicd.net\n",
|
('green'," \\\\\\")," |+| ",('green',"///")," http://wicd.net\n",
|
||||||
('green'," \\\\\\")," |+| ",('green',"///")," ",language["brought_to_you"],"\n",
|
('green'," \\\\\\")," |+| ",('green',"///")," ",language["brought_to_you"],"\n",
|
||||||
('green'," \\\\\\")," |+| ",('green',"///")," Adam Blackburn (wicd)\n",
|
('green'," \\\\\\")," |+| ",('green',"///")," Adam Blackburn\n",
|
||||||
" ___|+|___ Dan O'Reilly (wicd)\n",
|
" ___|+|___ Dan O'Reilly\n",
|
||||||
" |---------| Andrew Psaltis (this ui)\n",
|
" |---------| Andrew Psaltis\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)
|
||||||
|
|||||||
@@ -298,7 +298,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" ])
|
dialog.set_authors([ "Adam Blackburn", "Dan O'Reilly", "Andrew Psaltis" ])
|
||||||
dialog.set_website("http://wicd.sourceforge.net")
|
dialog.set_website("http://wicd.sourceforge.net")
|
||||||
dialog.run()
|
dialog.run()
|
||||||
dialog.destroy()
|
dialog.destroy()
|
||||||
|
|||||||
Reference in New Issue
Block a user