~martineve/sshsplit/trunk

« back to all changes in this revision

Viewing changes to sshsplit/AboutSshsplitDialog.py

  • Committer: Martin Eve
  • Date: 2010-03-06 12:17:36 UTC
  • mfrom: (7.1.1 sshsplit)
  • Revision ID: martin@martineve.com-20100306121736-fxq6980n615rat71
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
        ui_filename = None
61
61
 
62
62
    builder = gtk.Builder()
 
63
    builder.set_translation_domain('sshsplit')
63
64
    builder.add_from_file(ui_filename)    
64
65
    dialog = builder.get_object("about_sshsplit_dialog")
65
66
    dialog.finish_initializing(builder)