[Xfce4-commits] <thunar:master> Not quite 1.1.0 yet: Update the about dialog copyright information.

Jannis Pohlmann noreply at xfce.org
Sat Jan 9 01:12:01 CET 2010


Updating branch refs/heads/master
         to a8237222fcee35c3614ae97d7a73fe9626da5cc2 (commit)
       from 4cda89626cab102156c524c0a7ca423005ea6dc0 (commit)

commit a8237222fcee35c3614ae97d7a73fe9626da5cc2
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sat Jan 9 01:11:17 2010 +0100

    Not quite 1.1.0 yet: Update the about dialog copyright information.

 thunar/thunar-dialogs.c |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index 6df43bc..fecaac4 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -1,7 +1,7 @@
 /* $Id$ */
 /*-
  * Copyright (c) 2005-2007 Benedikt Meurer <benny at xfce.org>
- * Copyright (c) 2009 Jannis Pohlmann <jannis at xfce.org>
+ * Copyright (c) 2009-2010 Jannis Pohlmann <jannis at xfce.org>
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
@@ -189,12 +189,16 @@ thunar_dialogs_show_about (GtkWindow   *parent,
   static const gchar *authors[] =
   {
     "Benedikt Meurer <benny at xfce.org>",
+    "Jannis Pohlmann <jannis at xfce.org>",
+    "Nick Schermer <nick at xfce.org>",
     NULL,
   };
   
   static const gchar *documenters[] =
   {
     "Benedikt Meurer <benny at xfce.org>",
+    "Jannis Pohlmann <jannis at xfce.org>",
+    "Nick Schermer <nick at xfce.org>",
     NULL,
   };
 
@@ -223,7 +227,9 @@ thunar_dialogs_show_about (GtkWindow   *parent,
                          "artists", artists,
                          "authors", authors,
                          "comments", comments,
-                         "copyright", "Copyright \302\251 2004-2009 Benedikt Meurer",
+                         "copyright", "Copyright \302\251 2004-2009 Benedikt Meurer\n"
+                                      "Copyright \302\251 2009-2010 Jannis Pohlmann\n"
+                                      "Copyright \302\251 2009-2010 Nick Schermer",
                          "destroy-with-parent", TRUE,
                          "documenters", documenters,
                          "license", XFCE_LICENSE_GPL,



More information about the Xfce4-commits mailing list