Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2011-06-19 23:16:07 +0400
committerYann Leboulanger <asterix@lagaule.org>2011-06-19 23:16:07 +0400
commit8246db0faaef4c1b9fcb8927fe51e35d7e962e9c (patch)
treeff684292d741099d97a7918a9403f7f87cc517d8
parent000b3ad5933e286a2a28ca1762d49893bfc3de7c (diff)
update copyright to 2011 in about dialog
-rw-r--r--src/dialogs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs.py b/src/dialogs.py
index 6530c7faf..797704065 100644
--- a/src/dialogs.py
+++ b/src/dialogs.py
@@ -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: