~mvo/software-properties/recv-key-lp1016643-natty

« back to all changes in this revision

Viewing changes to softwareproperties/gtk/DialogAdd.py

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Gabor Kelemen
  • Date: 2010-09-20 14:55:05 UTC
  • Revision ID: james.westby@ubuntu.com-20100920145505-wjiv12bgzwl092pi
Tags: 0.76.7
[ Gabor Kelemen ]
Add translation domain info to setup_ui and its invocations. 
Fixes LP:644404

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    self.parent = parent
43
43
    self.datadir = datadir
44
44
    # gtk stuff
45
 
    setup_ui(self, os.path.join(datadir, "gtkbuilder", "dialog-add.ui"))
 
45
    setup_ui(self, os.path.join(datadir, "gtkbuilder", "dialog-add.ui"), domain="software-properties")
46
46
    
47
47
    self.dialog = self.dialog_add_custom
48
48
    self.dialog.set_transient_for(self.parent)