Commit 5dcb6f2b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Confirm that the crash report has been sent.

parent a251a03c
......@@ -2125,6 +2125,9 @@ end:
- (void)connectionDidFinishLoading:(NSURLConnection *)connection
{
NSRunInformationalAlertPanel(_NS("Crash Log successfully sent"),
_NS("Thanks for your report!"),
_NS("OK"), nil, nil, nil);
[connection release];
}
......
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