[Xfce4-commits] <postler:master> Add Daniel and Allen to the Credits
Christian Dywan
noreply at xfce.org
Tue Nov 9 04:28:02 CET 2010
Updating branch refs/heads/master
to f52e193da354eae00880e24dfab7d2f694051775 (commit)
from 4073e7955c7c94ed89edf71e6207f952858cce21 (commit)
commit f52e193da354eae00880e24dfab7d2f694051775
Author: Allen Lowe <lallenlowe at gmail.com>
Date: Mon Nov 8 19:57:27 2010 -0700
Add Daniel and Allen to the Credits
postler/postler-bureau.vala | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index ddfe911..0463dbc 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -310,7 +310,9 @@ public class Postler.Bureau : Gtk.Window {
}
void action_about () {
- string[] authors = { "Christian Dywan <christian at twotoasts.de>" };
+ string[] authors = { "Christian Dywan <christian at twotoasts.de>",
+ "Daniel Foré <daniel.p.fore at gmail.com>",
+ "Allen Lowe <lallenlowe at gmail.com>" };
Gtk.show_about_dialog (this,
"program-name", GLib.Environment.get_application_name (),
"version", Config.PACKAGE_VERSION,
More information about the Xfce4-commits
mailing list