03090: All strings are not shown translated

svn: r12804
This commit is contained in:
Benny Malengier
2009-07-16 12:23:51 +00:00
parent cf506f544e
commit 67f912aa2d
3 changed files with 38 additions and 9 deletions

View File

@@ -48,6 +48,7 @@ import gtk
#
#------------------------------------------------------------------------
import const
import TransUtils
#------------------------------------------------------------------------
#
@@ -77,9 +78,10 @@ class Glade(gtk.Builder):
matching the file name.
:rtype: object reference
:returns: reference to the newly-created Glade instance
"""
"""
gtk.Builder.__init__(self)
self.set_translation_domain(TransUtils.localedomain)
filename_given = filename is not None
dirname_given = dirname is not None
@@ -197,7 +199,6 @@ class Glade(gtk.Builder):
:rtype: object
:returns: child object
"""
if not toplevel:
toplevel = self.__toplevel
if not toplevel: