X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=cheat_global.m;fp=cheat_global.m;h=c1bd3cb21f377efa8e4c93ec8178b9cf8bd336eb;hp=0cf49bbb5a97ca420567b4774a57d0e08ec338ce;hb=44e9757722f3ed40d15e0a7d06c50567d9664833;hpb=d27548f80fe411fda2ee69c74a24eab4292267e9 diff --git a/cheat_global.m b/cheat_global.m index 0cf49bb..c1bd3cb 100644 --- a/cheat_global.m +++ b/cheat_global.m @@ -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"]]; }