Plugin Installer. translation fix

This commit is contained in:
Denis Fomin 2011-08-30 18:29:10 +03:00
parent 18d0e27d35
commit c9b7e70e32
1 changed files with 1 additions and 0 deletions

View File

@ -441,6 +441,7 @@ class PluginInstallerPluginConfigDialog(GajimPluginConfigDialog):
self.GTK_BUILDER_FILE_PATH = self.plugin.local_file_path(
'config_dialog.ui')
self.xml = gtk.Builder()
self.xml.set_translation_domain('gajim_plugins')
self.xml.add_objects_from_file(self.GTK_BUILDER_FILE_PATH, ['hbox111'])
hbox = self.xml.get_object('hbox111')
self.child.pack_start(hbox)