80 chars
This commit is contained in:
		
							parent
							
								
									35758a4266
								
							
						
					
					
						commit
						4e97beaa84
					
				
					 1 changed files with 10 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -412,10 +412,18 @@ class AboutDialog:
 | 
			
		|||
		dlg.set_comments(_('A GTK jabber client'))
 | 
			
		||||
		dlg.set_website('http://www.gajim.org')
 | 
			
		||||
 | 
			
		||||
		authors = ['Yann Le Boulanger <asterix@lagaule.org>', 'Vincent Hanquez <tab@snarc.org>', 'Nikos Kouremenos <kourem@gmail.com>', 'Dimitur Kirov <dkirov@gmail.com>', 'Gajim patchers']
 | 
			
		||||
		authors = [
 | 
			
		||||
			'Yann Le Boulanger <asterix@lagaule.org>',
 | 
			
		||||
			'Vincent Hanquez <tab@snarc.org>',
 | 
			
		||||
			'Nikos Kouremenos <kourem@gmail.com>',
 | 
			
		||||
			'Dimitur Kirov <dkirov@gmail.com>',
 | 
			
		||||
			'Gajim patchers'
 | 
			
		||||
		]
 | 
			
		||||
		
 | 
			
		||||
		dlg.set_authors(authors)
 | 
			
		||||
 | 
			
		||||
		pixbuf = gtk.gdk.pixbuf_new_from_file(os.path.join(gajim.DATA_DIR, 'pixmaps/gajim_about.png'))			
 | 
			
		||||
		pixbuf = gtk.gdk.pixbuf_new_from_file(os.path.join(
 | 
			
		||||
			gajim.DATA_DIR, 'pixmaps/gajim_about.png'))			
 | 
			
		||||
 | 
			
		||||
		dlg.set_logo(pixbuf)
 | 
			
		||||
		#here you write your name in the form Name FamilyName <someone@somewhere>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue