/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive/__init__.py

Add missing contributors to Credit dialog. Sort alphabetically.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    # Set version
68
68
    dialog.set_version(__version__)
69
69
    dialog.set_authors([ _("Lead Developer:"),
70
 
                         "Szilveszter Farkas <szilveszter.farkas@gmail.com>",
71
 
                         _("Contributors:"),
72
 
                         "Jelmer Vernooij <jelmer@samba.org>",
73
 
                         "Mateusz Korniak <mateusz.korniak@ant.gliwice.pl>",
74
 
                         "Gary van der Merwe <garyvdm@gmail.com>" ])
 
70
                         "Szilveszter Farkas <szilveszter.farkas@gmail.com>",
 
71
                         _("Contributors:"),
 
72
                         "David Allouche <david.allouche@canonical.com>",
 
73
                         "Tom Badran <tom@badrunner.net>",
 
74
                         "Alexander Belchenko <bialix@ukr.net>",
 
75
                         "Aaron Bentley <abentley@panoramicfeedback.com>",
 
76
                         "Robert Collins <robertc@robertcollins.net>",
 
77
                         "Richard Ferguson <ubuntu@fergusnet.com>",
 
78
                         "Mateusz Korniak <mateusz.korniak@ant.gliwice.pl>",
 
79
                         "Vincent Ladeuil",
 
80
                         "Dan Loda <danloda@gmail.com>",
 
81
                         "John Arbash Meinel <john@arbash-meinel.com>",
 
82
                         "Scott James Remnant <scott@netsplit.com>",
 
83
                         "Ali Sabil <ali.sabil@gmail.com>",
 
84
                         "Daniel Schierbeck <daniel.schierbeck@gmail.com>",
 
85
                         "Adeodato Simó <dato@net.com.org.es>",
 
86
                         "Gary van der Merwe <garyvdm@gmail.com>",
 
87
                         "Wouter van Heyst <larstiq@larstiq.dyndns.org>",
 
88
                         "Jelmer Vernooij <jelmer@samba.org>",
 
89
                         "Jamie Wilkinson <jaq@spacepants.org>",
 
90
                         ])
75
91
    dialog.set_artists([ "Simon Pascal Klein <klepas@klepas.org>",
76
 
                         "Jakub Steiner <jimmac@novell.com>" ])
 
92
                         "Jakub Steiner <jimmac@novell.com>",
 
93
                         ])
77
94
 
78
95
    dialog.run()
79
96
    # Destroy the dialog