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

« back to all changes in this revision

Viewing changes to softwareproperties/gtk/DialogMirror.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:
83
83
    self.custom_mirrors = custom_mirrors
84
84
    self.country_info = CountryInformation()
85
85
 
86
 
    setup_ui(self, os.path.join(datadir, "gtkbuilder", "dialog-mirror.ui"))
 
86
    setup_ui(self, os.path.join(datadir, "gtkbuilder", "dialog-mirror.ui"), domain="software-properties")
87
87
    
88
88
    self.dialog = self.dialog_mirror
89
89
    self.dialog.set_transient_for(parent)