[gnome-games/gsoc-seed-games] [lightsoff] Add translator + artist credits.



commit 1551863bae503059c09f6ec77dc08467882f1667
Author: Tim Horton <hortont svn gnome org>
Date:   Wed Jun 24 19:01:54 2009 -0400

    [lightsoff] Add translator + artist credits.

 lightsoff/About.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/lightsoff/About.js b/lightsoff/About.js
index 34ecbe3..7dfadc9 100644
--- a/lightsoff/About.js
+++ b/lightsoff/About.js
@@ -18,8 +18,10 @@ function show_about_dialog()
 	about_dialog.logo_icon_name = "gnome-lightsoff";
 	about_dialog.website = "http://www.gnome.org/projects/gnome-games/";;
 	about_dialog.website_label = _("GNOME Games web site"); // this doesn't work for anyone
+	about_dialog.translator_credits = _("translator-credits");
 
 	about_dialog.set_authors(["Tim Horton"]);
+	about_dialog.set_artists(["Tim Horton", "Ulisse Perusin"]);
 
 	// TODO: some form of wrapper so we can use gtk_show_about_dialog instead
 	// of faking all of its window-management-related stuff



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