wrap license
This commit is contained in:
parent
a4cb65366b
commit
04d82ec3fc
|
@ -423,6 +423,9 @@ class AboutDialog:
|
|||
|
||||
dlg.set_authors(authors)
|
||||
|
||||
if gtk.pygtk_version >= (2, 8, 0) and gtk.gtk_version >= (2, 8, 0):
|
||||
dlg.props.wrap_license = True
|
||||
|
||||
pixbuf = gtk.gdk.pixbuf_new_from_file(os.path.join(
|
||||
gajim.DATA_DIR, 'pixmaps/gajim_about.png'))
|
||||
|
||||
|
|
Loading…
Reference in New Issue