copyright is until 2009
This commit is contained in:
parent
92ee243829
commit
28f443dd21
|
@ -985,7 +985,7 @@ class AboutDialog:
|
|||
dlg.set_transient_for(gajim.interface.roster.window)
|
||||
dlg.set_name('Gajim')
|
||||
dlg.set_version(gajim.version)
|
||||
s = u'Copyright © 2003-2008 Gajim Team'
|
||||
s = u'Copyright © 2003-2009 Gajim Team'
|
||||
dlg.set_copyright(s)
|
||||
copying_file_path = self.get_path('COPYING')
|
||||
if copying_file_path:
|
||||
|
|
Loading…
Reference in New Issue