]> Dogcows Code - chaz/thecheat/blobdiff - cheat_global.m
The Cheat 1.2.1
[chaz/thecheat] / cheat_global.m
index 0cf49bbb5a97ca420567b4774a57d0e08ec338ce..c1bd3cb21f377efa8e4c93ec8178b9cf8bd336eb 100644 (file)
@@ -61,7 +61,9 @@ void LaunchWebsite()
 
 void LaunchEmail()
 {
-       [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"mailto:chaz@brokenzipper.com?subject=The%20Cheat%20Feedback"]];
+       //[[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"mailto:chaz@brokenzipper.com?subject=The%20Cheat%20Feedback"]];
+       /* Ed Palma will act as a contact person for The Cheat. */
+       [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"http://www.brokenzipper.com/contact.html"]];
 }
 
 
This page took 0.017502 seconds and 4 git commands to generate.