update copyright to 2011 in about dialog
This commit is contained in:
parent
000b3ad593
commit
8246db0faa
|
@ -1263,7 +1263,7 @@ class AboutDialog:
|
|||
dlg.set_transient_for(gajim.interface.roster.window)
|
||||
dlg.set_name('Gajim')
|
||||
dlg.set_version(gajim.version)
|
||||
s = u'Copyright © 2003-2010 Gajim Team'
|
||||
s = u'Copyright © 2003-2011 Gajim Team'
|
||||
dlg.set_copyright(s)
|
||||
copying_file_path = self.get_path('COPYING')
|
||||
if copying_file_path:
|
||||
|
|
Loading…
Reference in New Issue