Changeset 785741dac07b87f044793ecdeb0d48aad8d95bd4

Show
Ignore:
Timestamp:
07/02/10 02:58:51 (2 months ago)
Author:
Rich Jones <rich@…>
Parents:
cded2ccaadf816658c4317224cf95feca768d3e7
Children:
6c7eb986f1be5281d89d7067fb34208d839dc3e5
git-committer:
Rich Jones <rich@anomos.info> / 2010-07-01T22:58:51Z-0400
Message:

Community link

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • anondownloadgui.py

    rfbde393 r785741d  
    22142214                           (_('A_bout'),               lambda w: self.open_window('about')), 
    22152215                           (_('Donate'),               lambda w: self.donate()), 
     2216                           (_('Community'),            lambda w: self.community()), 
    22162217                           ) 
    22172218 
     
    31353136        self.visit_url(DONATE_URL) 
    31363137 
     3138    def community(self): 
     3139        self.visit_url('http://www.anomos.info/wp/community') 
    31373140 
    31383141    def visit_url(self, url):