Commit 87b363cf authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Don't output any error when sending the crash log worked.

We don't want users to not press this button just because there is an other one afterwards.
parent 5766213f
......@@ -2362,9 +2362,6 @@ end:
- (void)connectionDidFinishLoading:(NSURLConnection *)connection
{
NSRunInformationalAlertPanel(_NS("Crash Report successfully sent"),
_NS("Thanks for your report!"),
_NS("OK"), nil, nil, nil);
[crashLogURLConnection release];
crashLogURLConnection = nil;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment