[gnome-games/gsoc-seed-games] [lightsoff] Update gettext import to match seed upstream change



commit 6c8d4db8ec3146371319723aea5e7e550f1e5845
Author: Tim Horton <hortont svn gnome org>
Date:   Thu Jul 2 00:35:43 2009 -0400

    [lightsoff] Update gettext import to match seed upstream change

 lightsoff/src/About.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lightsoff/src/About.js b/lightsoff/src/About.js
index 7dfadc9..a92d6db 100644
--- a/lightsoff/src/About.js
+++ b/lightsoff/src/About.js
@@ -4,7 +4,7 @@ GnomeGamesSupport = imports.gi.GnomeGamesSupport;
 main = imports.main;
 
 // Not sure that this is acceptable; if it is, should it be in a Seed extension?
-var _ = imports.gettext.i18n;
+var _ = imports.gettext.gettext;
 
 function show_about_dialog()
 {



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