Added authors to the about dialog so people can assign blame for bugs to me for recen...
authorepage <eopage@byu.net>
Sat, 30 May 2009 23:04:23 +0000 (23:04 +0000)
committerepage <eopage@byu.net>
Sat, 30 May 2009 23:04:23 +0000 (23:04 +0000)
git-svn-id: file:///svnroot/quicknote/trunk@50 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2

src/libquicknote.py

index 46253bf..faf2aef 100644 (file)
@@ -413,5 +413,6 @@ class QuicknoteProgram(hildon.Program):
                dialog.set_website("http://axique.de/index.php?f=Quicknote")
                comments = _("%s is a note taking program; it is optimised for quick save and search of notes") % constants.__pretty_app_name__
                dialog.set_comments(comments)
                dialog.set_website("http://axique.de/index.php?f=Quicknote")
                comments = _("%s is a note taking program; it is optimised for quick save and search of notes") % constants.__pretty_app_name__
                dialog.set_comments(comments)
+               dialog.set_authors(["Christoph Wurstle <n800@axique.net>", "Ed Page <edpage@byu.net> (Blame him for the most recent bugs)"])
                dialog.run()
                dialog.destroy()
                dialog.run()
                dialog.destroy()