[emerillon] Update about dialog



commit 73d114ca62404e63a848fbac6200ff8a7edfaa69
Author: Å?ukasz JernaÅ? <deejay1 srem org>
Date:   Sat May 8 14:52:14 2010 +0200

    Update about dialog

 emerillon/window.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/emerillon/window.c b/emerillon/window.c
index de04d0a..2a3b22f 100644
--- a/emerillon/window.c
+++ b/emerillon/window.c
@@ -371,6 +371,7 @@ cmd_about (GtkAction *action,
   static const char *authors[] = {
       "Marco Barisione <marco barisione org>",
       "Pierre-Luc Beaudoin <pierre-luc beaudoin novopia com>",
+      "Simon Wenner <simon wenner ch>",
       NULL
   };
   static const char *documenters[] = {
@@ -400,7 +401,8 @@ cmd_about (GtkAction *action,
       "program-name", _("Emerillon"),
       "version", VERSION,
       "copyright", "Copyright \xc2\xa9 2008 Marco Barisione\n"
-                   "Copyright \xc2\xa9 2009 Novopia Inc.",
+                   "Copyright \xc2\xa9 2009 Novopia Inc.\n"
+                   "Copyright \xc2\xa9 2010 Emerillon Contributors.",
       "comments",_("A map viewer for the GNOME desktop"),
       "authors", authors,
       "documenters", documenters,



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