[Xfce4-commits] <xfce4-mailwatch-plugin:master> Add information to the about dialog

Ján Sučan noreply at xfce.org
Mon Sep 30 19:14:01 CEST 2013


Updating branch refs/heads/master
         to 11f3181d4bd791d265405573b1ce6d1c802dbed8 (commit)
       from 9b9c63ca8175289bd6c1eaf2af38ea8479a371cf (commit)

commit 11f3181d4bd791d265405573b1ce6d1c802dbed8
Author: Ján Sučan <sucan at runbox.com>
Date:   Mon Sep 30 19:10:48 2013 +0200

    Add information to the about dialog

 panel-plugin/mailwatch-plugin.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/mailwatch-plugin.c b/panel-plugin/mailwatch-plugin.c
index b451e3e..1f581ed 100644
--- a/panel-plugin/mailwatch-plugin.c
+++ b/panel-plugin/mailwatch-plugin.c
@@ -1032,7 +1032,8 @@ mailwatch_show_about(XfcePanelPlugin *plugin,
 {
     GdkPixbuf *icon;
 
-    const gchar *auth[] = { "Brian J. Tarricone bjt23 at cornell.edu Maintainer, Original Author",
+    const gchar *auth[] = { "Ján Sučan sucan at runbox.com Maintainer",
+                            "Brian J. Tarricone bjt23 at cornell.edu Maintainer, Original Author",
                             "Pasi Orovuo pasi.ov at gmail.com Developer",
                             NULL };
 
@@ -1045,7 +1046,8 @@ mailwatch_show_about(XfcePanelPlugin *plugin,
                           "version", VERSION,
                           "comments", _("A featureful mail-checker applet for the Xfce Panel"),
                           "website", WEBSITE,
-                          "copyright", _("Copyright (c) 2005-2008 Brian Tarricone\n"
+                          "copyright", _("Copyright (c) 2013 Ján Sučan\n"
+                                         "Copyright (c) 2005-2008 Brian Tarricone\n"
                                          "Copyright (c) 2005 Pasi Orovuo"),
                           "authors", auth,
                           NULL);


More information about the Xfce4-commits mailing list