From 15eb78c0c87f2a7a8fcb8f72998de9ba1e56d6d0 Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Fri, 17 Dec 2010 22:14:56 -0500 Subject: [PATCH] Fix bug with translated text. --- pyfpdb/Hello.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyfpdb/Hello.py b/pyfpdb/Hello.py index 1dd48cb4..79efddba 100644 --- a/pyfpdb/Hello.py +++ b/pyfpdb/Hello.py @@ -32,6 +32,8 @@ import sys import pygtk import gtk import gobject +import L10n +_ = L10n.get_translation() # FreePokerTools modules from Mucked import Aux_Window