_NS("VLC crashed previously. Do you want to send an email with details on the crash to VLC's development team?"),
_NS("Send"),_NS("Don't Send"),nil,nil);
if(ret==NSAlertDefaultReturn)
{
[selfsendCrashLog:[NSStringstringWithContentsOfFile:crashLogPath]withUserComment:_NS("<Explain here what you were doing when VLC crashed, with possibly a link to the failing video>")];