fix icon in about window.

This commit is contained in:
Yann Leboulanger 2010-01-12 22:39:40 +01:00
parent a19cbbfc9d
commit 9782c3f1c0
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -1189,7 +1189,7 @@ class AboutDialog:
dlg.props.wrap_license = True
pixbuf = gtkgui_helpers.get_icon_pixmap('gajim-about', 64)
pixbuf = gtkgui_helpers.get_icon_pixmap('gajim-about', 128)
dlg.set_logo(pixbuf)
#here you write your name in the form Name FamilyName <someone@somewhere>