2008 in about dialog

This commit is contained in:
Nikos Kouremenos 2008-02-06 16:33:46 +00:00
parent 15acf57f5f
commit 059ed3dd27
1 changed files with 1 additions and 1 deletions

View File

@ -936,7 +936,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-2007 Gajim Team' s = u'Copyright © 2003-2008 Gajim Team'
dlg.set_copyright(s) dlg.set_copyright(s)
copying_file_path = None copying_file_path = None
if os.path.isfile(os.path.join(gajim.defs.docdir, 'COPYING')): if os.path.isfile(os.path.join(gajim.defs.docdir, 'COPYING')):