cheese r886 - in trunk: . src



Author: dgsiegel
Date: Mon Aug 11 19:54:33 2008
New Revision: 886
URL: http://svn.gnome.org/viewvc/cheese?rev=886&view=rev

Log:
add people who contributed to cheese to the cheese about window


Modified:
   trunk/ChangeLog
   trunk/src/cheese-window.c

Modified: trunk/src/cheese-window.c
==============================================================================
--- trunk/src/cheese-window.c	(original)
+++ trunk/src/cheese-window.c	Mon Aug 11 19:54:33 2008
@@ -773,6 +773,40 @@
   static const char *authors[] = {
     "daniel g. siegel <dgsiegel gmail com>",
     "Jaap A. Haitsma <jaap haitsma org>",
+    "",
+    "Alex \"weej\" Jones <alex weej com>",
+    "Andrea Cimitan <andrea cimitan gmail com>",
+    "Baptiste Mille-Mathias <bmm80 free fr>",
+    "Cosimo Cecchi <anarki lilik it>",
+    "Diego Escalante Urrelo <dieguito gmail com>",
+    "Felix Kaser <f kaser gmx net>",
+    "Filippo Argiolas <filippo argiolas gmail com>",
+    "Gintautas Miliauskas <gintas akl lt>",
+    "James Liggett <jrliggett cox net>",
+    "Luca Ferretti <elle uca libero it>",
+    "Mirco \"MacSlow\" MÃller <macslow bangang de>",
+    "Patryk Zawadzki <patrys pld-linux org>",
+    "Ryan Zeigler <zeiglerr gmail com>",
+    "Sebastian Keller <sebastian-keller gmx de>",
+    "Steve Magoun <steve magoun canonical com>",
+    "Thomas Perl <thp perli ne>",
+    "Tim Philipp MÃller <tim centricular net>",
+    "Todd Eisenberger <teisenberger gmail com>",
+    "Tommi Vainikainen <thv iki fi>",
+    NULL
+  };
+
+  static const char *artists[] = {
+    "Andreas Nilsson <andreas andreasn se>",
+    "Josef VybÃral <josef vybiral gmail com>",
+    "Kalle Persson <kalle kallepersson se>",
+    "Lapo Calamandrei <calamandrei gmail com>",
+    "Or Dvory <gnudles nana co il>",
+    NULL
+  };
+
+  static const char *documenters[] = {
+    "Joshua Henderson <joshhendo gmail com>",
     NULL
   };
 
@@ -802,6 +836,8 @@
                          "comments", _("Take photos and videos with your webcam, with fun graphical effects"),
                          "authors", authors,
                          "translator-credits", translators,
+                         "artists", artists,
+                         "documenters", documenters,
                          "website", "http://www.gnome.org/projects/cheese";,
                          "website-label", _("Cheese Website"),
                          "logo-icon-name", "cheese",



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]