[Xfce4-commits] <postler:master> Update copyright year in About dialogue
Christian Dywan
noreply at xfce.org
Sat Feb 12 17:14:01 CET 2011
Updating branch refs/heads/master
to 2ac7254a72fb858fb34c0337f9011813a2744fc9 (commit)
from 5913569a6832419533383e4a3b4c369897e33b9a (commit)
commit 2ac7254a72fb858fb34c0337f9011813a2744fc9
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat Feb 12 17:11:58 2011 +0100
Update copyright year in About dialogue
postler/postler-bureau.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/postler/postler-bureau.vala b/postler/postler-bureau.vala
index 67fbfab..3940a24 100644
--- a/postler/postler-bureau.vala
+++ b/postler/postler-bureau.vala
@@ -346,7 +346,7 @@ public class Postler.Bureau : Gtk.Window {
Gtk.show_about_dialog (this,
"program-name", GLib.Environment.get_application_name (),
"version", Config.PACKAGE_VERSION,
- "copyright", "Copyright (C) 2010 Christian Dywan",
+ "copyright", "Copyright (C) 2010-2011 Christian Dywan",
"authors", authors,
"logo-icon-name", STOCK_INTERNET_MAIL,
"translator-credits", _("translator-credits"),
More information about the Xfce4-commits
mailing list