[Darlan] Update Copiright
This commit is contained in:
parent
25ed96236f
commit
5e2686134d
|
@ -1286,7 +1286,7 @@ class AboutDialog:
|
||||||
dlg.set_transient_for(gajim.interface.roster.window)
|
dlg.set_transient_for(gajim.interface.roster.window)
|
||||||
dlg.set_name('Gajim')
|
dlg.set_name('Gajim')
|
||||||
dlg.set_version(gajim.version)
|
dlg.set_version(gajim.version)
|
||||||
s = 'Copyright © 2003-2012 Gajim Team'
|
s = 'Copyright © 2003-2013 Gajim Team'
|
||||||
dlg.set_copyright(s)
|
dlg.set_copyright(s)
|
||||||
copying_file_path = self.get_path('COPYING')
|
copying_file_path = self.get_path('COPYING')
|
||||||
if copying_file_path:
|
if copying_file_path:
|
||||||
|
|
Loading…
Reference in New Issue