~matthew-pirocchi/acire/csharp-support

« back to all changes in this revision

Viewing changes to acire/PreferencesAcireDialog.py

  • Committer: Jono Bacon
  • Date: 2010-02-26 21:15:16 UTC
  • mfrom: (19.1.2 acire)
  • Revision ID: jono@ubuntu.com-20100226211516-5obfbt8iiysa4q2e
Acire...localized. Thanks deejay1!

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
        ui_filename = None
119
119
 
120
120
    builder = gtk.Builder()
 
121
    builder.set_translation_domain('acire')
121
122
    builder.add_from_file(ui_filename)
122
123
    dialog = builder.get_object("preferences_acire_dialog")
123
124
    dialog.finish_initializing(builder)