summaryrefslogtreecommitdiff
path: root/gedit/gedit-commands-help.c
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2014-02-06 14:17:57 +0100
committerSébastien Wilmet <swilmet@gnome.org>2014-02-06 14:30:30 +0100
commit6857e00bcf6a6f4bcf4c62273f6663dbbe39955a (patch)
treeaa818b7c7953a085f944b2bfb25b2cd49fa2e8ae /gedit/gedit-commands-help.c
parent7a2610678d0fa311e4cf0fea55c0a33126389ad7 (diff)
downloadgedit-6857e00bcf6a6f4bcf4c62273f6663dbbe39955a.tar.gz
Update the copyright in the about dialog
- just say "the gedit team", it's simpler. - add myself to the authors :-) - sort alphabetically the authors.
Diffstat (limited to 'gedit/gedit-commands-help.c')
-rw-r--r--gedit/gedit-commands-help.c26
1 files changed, 12 insertions, 14 deletions
diff --git a/gedit/gedit-commands-help.c b/gedit/gedit-commands-help.c
index 339563ad7..d9c25f063 100644
--- a/gedit/gedit-commands-help.c
+++ b/gedit/gedit-commands-help.c
@@ -49,15 +49,18 @@ _gedit_cmd_help_about (GtkAction *action,
GeditWindow *window)
{
static const gchar * const authors[] = {
- "Paolo Maggi <paolo@gnome.org>",
- "Paolo Borelli <pborelli@katamail.com>",
- "Steve Fr\303\251cinaux <steve@istique.net>",
- "Jesse van den Kieboom <jessevdk@gnome.org>",
- "Ignacio Casal Quinteiro <icq@gnome.org>",
- "Garrett Regier <garrettregier@gmail.com>",
- "James Willcox <jwillcox@gnome.org>",
+ "Alex Roberts",
"Chema Celorio",
+ "Evan Lawrence",
"Federico Mena Quintero <federico@novell.com>",
+ "Garrett Regier <garrettregier@gmail.com>",
+ "Ignacio Casal Quinteiro <icq@gnome.org>",
+ "James Willcox <jwillcox@gnome.org>",
+ "Jesse van den Kieboom <jessevdk@gnome.org>",
+ "Paolo Borelli <pborelli@katamail.com>",
+ "Paolo Maggi <paolo@gnome.org>",
+ "S\303\251bastien Wilmet <swilmet@gnome.org>",
+ "Steve Fr\303\251cinaux <steve@istique.net>",
NULL
};
@@ -69,15 +72,10 @@ _gedit_cmd_help_about (GtkAction *action,
NULL
};
- static const gchar copyright[] = \
- "Copyright \xc2\xa9 1998-2000 Evan Lawrence, Alex Roberts\n"
- "Copyright \xc2\xa9 2000-2002 Chema Celorio, Paolo Maggi\n"
- "Copyright \xc2\xa9 2003-2006 Paolo Maggi\n"
- "Copyright \xc2\xa9 2004-2011 Paolo Borelli, Jesse van den Kieboom\nSteve Fr\303\251cinaux, Ignacio Casal Quinteiro";
+ static const gchar copyright[] = "Copyright \xc2\xa9 1998-2014 - the gedit team";
static const gchar comments[] = \
- N_("gedit is a small and lightweight text editor for the "
- "GNOME Desktop");
+ N_("gedit is a small and lightweight text editor for the GNOME Desktop");
GdkPixbuf *logo;
const gchar *data_dir;