From 29af327468cdad08b83f3654e21550fe5b3ad851 Mon Sep 17 00:00:00 2001 From: epage Date: Sat, 30 May 2009 23:04:23 +0000 Subject: [PATCH] Added authors to the about dialog so people can assign blame for bugs to me for recent changes git-svn-id: file:///svnroot/quicknote/trunk@50 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2 --- src/libquicknote.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libquicknote.py b/src/libquicknote.py index 46253bf..faf2aef 100644 --- a/src/libquicknote.py +++ b/src/libquicknote.py @@ -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_authors(["Christoph Wurstle ", "Ed Page (Blame him for the most recent bugs)"]) dialog.run() dialog.destroy() -- 1.7.9.5