Changeset 853


Ignore:
Timestamp:
1/5/2009 9:46:47 AM (3 years ago)
Author:
lowjoel
Message:

Link to our new site. Fixes #152.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/Eraser/AboutForm.cs

    r852 r853  
    184184            Point cursorPos = PointToClient(Cursor.Position); 
    185185            if (WebsiteRect.IntersectsWith(new Rectangle(cursorPos, new Size(1, 1)))) 
    186                 Process.Start("http://heidi.ie/eraser/"); 
     186                Process.Start("http://eraser.heidi.ie/"); 
    187187            else if (DonateRect.IntersectsWith(new Rectangle(cursorPos, new Size(1, 1)))) 
    188188                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.