Added authors to the about dialog so people can assign blame for bugs to me for recen...
[quicknote] / 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()