Commit f1e1a7e1 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont Committed by Felix Paul Kühne

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.
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent e6815c27
......@@ -2314,9 +2314,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