set copyright to 2010. Fixes #5649
This commit is contained in:
parent
2be53c4aac
commit
7ccbcdcb19
|
@ -119,7 +119,7 @@ Wiki can be found at <a href="http://trac.gajim.org/wiki">http://trac.gajim.org/
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
(C) 2003-200888888888<br/>
|
(C) 2003-2010<br/>
|
||||||
The Gajim Team<br/>
|
The Gajim Team<br/>
|
||||||
http://gajim.org<br/>
|
http://gajim.org<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
|
@ -1164,7 +1164,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 = u'Copyright © 2003-2009 Gajim Team'
|
s = u'Copyright © 2003-2010 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