1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-04 04:44:12 +01:00

Adding myself to authors

This commit is contained in:
David Paleino
2011-11-09 17:12:32 +01:00
parent 93c6a29fb0
commit 02163b745f
4 changed files with 5 additions and 2 deletions

View File

@@ -195,7 +195,8 @@ def about_dialog(body):
('green'," \\\\\\")," |+| ",('green',"///")," ",_('Brought to you by:'),"\n",
('green'," \\\\\\")," |+| ",('green',"///")," Adam Blackburn\n",
" ___|+|___ Dan O'Reilly\n",
" |---------| Andrew Psaltis\n",
" ____|+|____ Andrew Psaltis\n",
" |-----------| David Paleino\n",
"-----------------------------------------------------"]
about = TextDialog(theText,16,55,header=('header',_('About Wicd')))
about.run(ui,body)