[gnome-schedule] Make glade UI show translated strings



commit 5bc371c5df79b048ae859ea7147840c86a435c05
Author: Jiro Matsuzawa <jmatsuzawa gnome org>
Date:   Wed Jul 3 00:28:37 2013 +0900

    Make glade UI show translated strings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703469

 src/mainWindow.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/mainWindow.py b/src/mainWindow.py
index 98b3b0a..86cf160 100644
--- a/src/mainWindow.py
+++ b/src/mainWindow.py
@@ -17,6 +17,9 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+# i18n and locale has to be set up before glade in some cases
+import lang
+
 #pygtk modules
 import gtk
 import gtk.glade


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