[pan2] Update credits and sync them between AUTHORS and the About dialog



commit 544739b83e06343d82973b6376b79ea2ffcd46ca
Author: Petr Kovar <pknbe volny cz>
Date:   Sun Jun 5 00:00:12 2011 +0200

    Update credits and sync them between AUTHORS and the About dialog

 AUTHORS        |   15 +++++++++++++--
 pan/gui/gui.cc |    4 ++--
 2 files changed, 15 insertions(+), 4 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 6ee46d5..051d81b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,9 +1,20 @@
 Please see the README file on how to report bugs.
 
-ORIGINAL AUTHORS
+PAN AUTHOR
+
+    Charles Kerr       <charles rebelbase com>
+
+CONTRIBUTORS
+
+    Calin Culianu      <calin ajvar org>
+    K. Haley           <haleykd users sf net>
+    Petr Kovar         <pknbe volny cz>
+    Heinrich Mueller   <eddie_v gmx de>
+
+ORIGINAL PAN DEVELOPMENT
 
     Charles Kerr       <charles rebelbase com>
     Christophe Lambin  <chris rebelbase com>
-    Matt Eagleson      <e Messiah superpimp org>
+    Matt Eagleson      <matt rebelbase com>
 
 For a complete list of contributors, see the ChangeLog file.
diff --git a/pan/gui/gui.cc b/pan/gui/gui.cc
index ffd6bc2..b6c3e98 100644
--- a/pan/gui/gui.cc
+++ b/pan/gui/gui.cc
@@ -1296,13 +1296,13 @@ void GUI :: do_tip_jar ()
 }
 void GUI :: do_about_pan ()
 {
-  const gchar * authors [] = { "Charles Kerr <charles rebelbase com>", "Calin Culianu <calin ajvar org> - Threaded Decoding", 0 };
+  const gchar * authors [] = { "Charles Kerr <charles rebelbase com> - Pan Author", "Calin Culianu <calin ajvar org> - Threaded Decoding", "K. Haley <haleykd users sf net> - Contributor", "Petr Kovar	<pknbe volny cz> - Contributor", "Heinrich Mueller <eddie_v gmx de> - Contributor", "Christophe Lambin <chris rebelbase com> - Original Pan Development", "Matt Eagleson <matt rebelbase com> - Original Pan Development", 0 };
   GdkPixbuf * logo = gdk_pixbuf_new_from_inline(-1, icon_pan_about_logo, 0, 0);
   GtkAboutDialog * w (GTK_ABOUT_DIALOG (gtk_about_dialog_new ()));
   gtk_about_dialog_set_program_name (w, _("Pan"));
   gtk_about_dialog_set_version (w, PACKAGE_VERSION);
   gtk_about_dialog_set_comments (w, VERSION_TITLE " (" GIT_REV "; " PLATFORM_INFO ")");
-  gtk_about_dialog_set_copyright (w, _("Copyright © 2002-2007 Charles Kerr"));
+  gtk_about_dialog_set_copyright (w, _("Copyright © 2002-2011 Charles Kerr and others"));
   gtk_about_dialog_set_website (w, "http://pan.rebelbase.com/";);
   gtk_about_dialog_set_logo (w, logo);
   gtk_about_dialog_set_license (w, LICENSE);



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