[pitivi] mainwindow: Move the 3 musketeers to the top of th



commit bc374e0bfbabc1557dbc4368abb98e38e4bb19cb
Author: Edward Hervey <bilboed bilboed com>
Date:   Mon Mar 16 13:09:13 2009 +0100

    mainwindow: Move the 3 musketeers to the top of the list.
    
    Alessandro wasn't in the list of contributors, so added it at the
    top along with Brandon.
---
 pitivi/ui/mainwindow.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index a138d3c..97c6420 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -514,6 +514,8 @@ class PitiviMainWindow(gtk.Window, Loggable):
         abt.set_version("v%s" % pitivi_version)
         abt.set_website("http://www.pitivi.org/";)
         authors = ["Edward Hervey <bilboed bilboed com>",
+                   "Alessandro Decina <alessandro decina collabora co uk>",
+                   "Brandon Lewis <brandon_lewis berkeley edu> (UI)",
                    "",
                    _("Contributors:"),
                    "Christophe Sauthier <christophe sauthier gmail com> (i18n)",
@@ -523,7 +525,6 @@ class PitiviMainWindow(gtk.Window, Loggable):
                    "Thibaut Girka <thibaut girka free fr> (UI)",
                    "Jeff Fortin <nekohayo gmail com> (UI)",
                    "Johan Dahlin <jdahlin async com br> (UI)",
-                   "Brandon Lewis <brandon_lewis berkeley edu> (UI)",
                    "Luca Della Santina <dellasantina farm unipi it>",
                    "Thijs Vermeir <thijsvermeir gmail com>",
                    "Sarath Lakshman <sarathlakshman slynux org>"]



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