[vlc-devel] commit: macosx: Confirm that the crash report has been sent. (Pierre d' Herbemont )
git version control
git at videolan.org
Thu Aug 14 18:39:55 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Thu Aug 14 18:41:32 2008 +0200| [5dcb6f2ba39fc42c9548fc9a64cee1c1035a4122] | committer: Pierre d'Herbemont
macosx: Confirm that the crash report has been sent.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5dcb6f2ba39fc42c9548fc9a64cee1c1035a4122
---
modules/gui/macosx/intf.m | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m
index 8c73695..217ce3d 100644
--- a/modules/gui/macosx/intf.m
+++ b/modules/gui/macosx/intf.m
@@ -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];
}
More information about the vlc-devel
mailing list