Fix bug with translated text.

This commit is contained in:
Eratosthenes 2010-12-17 22:14:56 -05:00
parent 1e28fd326d
commit 15eb78c0c8

View File

@ -32,6 +32,8 @@ import sys
import pygtk
import gtk
import gobject
import L10n
_ = L10n.get_translation()
# FreePokerTools modules
from Mucked import Aux_Window