Skip to content
Snippets Groups Projects
Commit a8237222 authored by Jannis Pohlmann's avatar Jannis Pohlmann
Browse files

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

parent 4cda8962
No related branches found
No related tags found
No related merge requests found
/* $Id$ */
/*-
* Copyright (c) 2005-2007 Benedikt Meurer <benny@xfce.org>
* Copyright (c) 2009 Jannis Pohlmann <jannis@xfce.org>
* Copyright (c) 2009-2010 Jannis Pohlmann <jannis@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@xfce.org>",
"Jannis Pohlmann <jannis@xfce.org>",
"Nick Schermer <nick@xfce.org>",
NULL,
};
static const gchar *documenters[] =
{
"Benedikt Meurer <benny@xfce.org>",
"Jannis Pohlmann <jannis@xfce.org>",
"Nick Schermer <nick@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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment