Skip to content
Snippets Groups Projects
Commit 10ca93c7 authored by Dicson's avatar Dicson
Browse files

Plugin Installer. translation fix

parent 14c7ad7e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment