Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

about: update url and copyright

Changeset b74b99e2af99

Parent 1e938ede8cfc

by Steve Borho

Changes to one file · Browse files at b74b99e2af99 Showing diff from parent 1e938ede8cfc Diff from another changeset...

Change 1 of 2 Show Entire File hggtk/​about.py Stacked
 
1
2
3
4
 
5
6
7
 
66
67
68
69
 
70
71
72
73
74
 
75
76
77
 
1
2
3
 
4
5
6
7
 
66
67
68
 
69
70
71
72
73
 
74
75
76
77
@@ -1,7 +1,7 @@
 #  # TortoiseHg About dialog  # -# Copyright (C) 2007 TK Soh <teekaysoh@gmail.com> +# Copyright (C) 2007-9 TK Soh <teekaysoh@gmail.com>  #    import os @@ -66,12 +66,12 @@
    comment = "Several icons are courtesy of the TortoiseSVN project"   - self.set_website("http://tortoisehg.sourceforge.net/") + self.set_website("http://bitbucket.org/tortoisehg/stable/")   self.set_name("TortoiseHg")   self.set_version("(version %s)" % thgversion)   if hasattr(self, 'set_wrap_license'):   self.set_wrap_license(True) - self.set_copyright("Copyright 2008 TK Soh and others") + self.set_copyright("Copyright 2009 TK Soh and others")     thg_logo = os.path.normpath(shlib.get_tortoise_icon('thg_logo_92x50.png'))   thg_icon = os.path.normpath(shlib.get_tortoise_icon('thg_logo.ico'))