1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
3 * Copyright (C) 2006-2007 Imendio AB
4 * Copyright (C) 2007-2008 Collabora Ltd.
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public
17 * License along with this program; if not, write to the
18 * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
19 * Boston, MA 02110-1301 USA
21 * Authors: Martyn Russell <martyn@imendio.com>
22 * Xavier Claessens <xclaesse@gmail.com>
26 #include "empathy-about-dialog.h"
28 #include <glib/gi18n.h>
30 #define WEB_SITE "http://live.gnome.org/Empathy"
32 static const char *authors
[] = {
43 "Geert-Jan Van den Bogaerde",
44 "Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>",
51 "Martyn Russell <martyn@gnome.org>",
52 "Mikael Hallendal <micke@imendio.com>",
54 "Richard Hult <richard@imendio.com>",
59 "Xavier Claessens <xclaesse@gmail.com>",
63 static const char *documenters
[] = {
69 static const char *artists
[] = {
70 "Andreas Nilsson <nisses.mail@home.se>",
71 "Vinicius Depizzol <vdepizzol@gmail.com>",
72 "K.Vishnoo Charan Reddy <drkvi-a@yahoo.com>",
77 empathy_about_dialog_new (GtkWindow
*parent
)
79 gtk_show_about_dialog (parent
,
82 "comments", _("An Instant Messaging client for GNOME"),
83 "license-type", GTK_LICENSE_GPL_2_0
,
85 "copyright", "Imendio AB 2002-2007\nCollabora Ltd 2007-2011",
86 "documenters", documenters
,
87 "logo-icon-name", "empathy",
88 "translator-credits", _("translator-credits"),
89 "version", PACKAGE_VERSION
,