Changeset 785741dac07b87f044793ecdeb0d48aad8d95bd4
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rfbde393
|
r785741d
|
|
| 2214 | 2214 | (_('A_bout'), lambda w: self.open_window('about')), |
| 2215 | 2215 | (_('Donate'), lambda w: self.donate()), |
| | 2216 | (_('Community'), lambda w: self.community()), |
| 2216 | 2217 | ) |
| 2217 | 2218 | |
| … |
… |
|
| 3135 | 3136 | self.visit_url(DONATE_URL) |
| 3136 | 3137 | |
| | 3138 | def community(self): |
| | 3139 | self.visit_url('http://www.anomos.info/wp/community') |
| 3137 | 3140 | |
| 3138 | 3141 | def visit_url(self, url): |