wrap license

This commit is contained in:
Nikos Kouremenos 2005-09-26 13:06:11 +00:00
parent a4cb65366b
commit 04d82ec3fc
1 changed files with 3 additions and 0 deletions

View File

@ -423,6 +423,9 @@ class AboutDialog:
dlg.set_authors(authors) 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( pixbuf = gtk.gdk.pixbuf_new_from_file(os.path.join(
gajim.DATA_DIR, 'pixmaps/gajim_about.png')) gajim.DATA_DIR, 'pixmaps/gajim_about.png'))