Changeset 853
- Timestamp:
- 1/5/2009 9:46:47 AM (3 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Eraser/AboutForm.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/AboutForm.cs
r852 r853 184 184 Point cursorPos = PointToClient(Cursor.Position); 185 185 if (WebsiteRect.IntersectsWith(new Rectangle(cursorPos, new Size(1, 1)))) 186 Process.Start("http:// heidi.ie/eraser/");186 Process.Start("http://eraser.heidi.ie/"); 187 187 else if (DonateRect.IntersectsWith(new Rectangle(cursorPos, new Size(1, 1)))) 188 188 Process.Start("https://euro.swreg.org/cgi-bin/s.cgi?r=1&s=80181&db_key=1512312&x=0&lang=&lnk=");
Note: See TracChangeset
for help on using the changeset viewer.
