/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

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2007-08-25 13:03:46 UTC
  • mto: This revision was merged to the branch mainline in revision 268.
  • Revision ID: szilveszter.farkas@gmail.com-20070825130346-ugw2pssgvw88yk2e
Added proper Credits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 
67
67
    # Set version
68
68
    dialog.set_version(__version__)
69
 
    dialog.set_artists(["Simon Pascal Klein"])
 
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>" ])
 
75
    dialog.set_artists([ "Simon Pascal Klein <klepas@klepas.org>",
 
76
                         "Jakub Steiner <jimmac@novell.com>" ])
70
77
 
71
78
    dialog.run()
72
79
    # Destroy the dialog