]> git.0d.be Git - empathy.git/blobdiff - src/empathy-about-dialog.c
Add myself to the contributors
[empathy.git] / src / empathy-about-dialog.c
index 13a8aa3531f746c4b9e564ae6e06bcb57cb150d8..62c5458646c443530d91c4bad1e34d61c5d5168c 100644 (file)
@@ -15,9 +15,9 @@
  *
  * You should have received a copy of the GNU General Public
  * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- * 
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
+ *
  * Authors: Martyn Russell <martyn@imendio.com>
  *          Xavier Claessens <xclaesse@gmail.com>
  */
 #include <glib/gi18n.h>
 #include <gtk/gtkaboutdialog.h>
 #include <gtk/gtksizegroup.h>
-#include <glade/glade.h>
 
-#include "empathy-about-dialog.h"
 #include <libempathy-gtk/empathy-ui-utils.h>
 
+#include "empathy-about-dialog.h"
+
 #define WEB_SITE "http://live.gnome.org/Empathy"
 
 static void about_dialog_activate_link_cb (GtkAboutDialog  *about,
@@ -39,17 +39,38 @@ static void about_dialog_activate_link_cb (GtkAboutDialog  *about,
                                           gpointer         data);
 
 static const char *authors[] = {
-       "Mikael Hallendal",
-       "Richard Hult",
-       "Martyn Russell",
+       "Alban Crequy",
+       "Andreas Lööw",
+       "Aurelien Naldi",
+       "Bastien Nocera",
+       "Christoffer Olsen",
+       "Cosimo Cecchi",
+       "Elliot Fairweather",
+       "Frederic Crozat",
+       "Frederic Peters",
        "Geert-Jan Van den Bogaerde",
-       "Kevin Dougherty",
-       "Eitan Isaacson",
-       "Xavier Claessens",
+       "Guillaume Desmottes",
+       "Johan Hammar",
+       "Jonatan Magnusson",
+       "Jonny Lamb",
+       "Jordi Mallach",
+       "Kim Andersen",
+       "Marco Barisione",
+       "Martyn Russell <martyn@gnome.org>",
+       "Mikael Hallendal <micke@imendio.com>",
+       "Mike Gratton",
+       "Richard Hult <richard@imendio.com>",
+       "Ross Burton",
+       "Sjoerd Simons",
+       "Thomas Reynolds",
+       "Vincent Untz",
+       "Xavier Claessens <xclaesse@gmail.com>",
        NULL
 };
 
 static const char *documenters[] = {
+       "Milo Casagrande",
+       "Seth Dudenhofer",
        NULL
 };
 
@@ -78,7 +99,7 @@ about_dialog_activate_link_cb (GtkAboutDialog *about,
                               const gchar    *link,
                               gpointer        data)
 {
-       empathy_url_show (link);
+       empathy_url_show (GTK_WIDGET (about), link);
 }
 
 void
@@ -99,7 +120,7 @@ empathy_about_dialog_new (GtkWindow *parent)
                               "comments", _("An Instant Messaging client for GNOME"),
                               "license", license_trans,
                               "wrap-license", TRUE,
-                              "copyright", "Imendio AB 2002-2007\nCollabora Ltd 2007",
+                              "copyright", "Imendio AB 2002-2007\nCollabora Ltd 2007-2008",
                               "documenters", documenters,
                               "logo-icon-name", "empathy",
                               "translator-credits", _("translator-credits"),