Changeset 5dcb6f2ba39fc42c9548fc9a64cee1c1035a4122
- Timestamp:
- 14/08/08 18:42:50
(4 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218732170 +0200
- git-parent:
[a251a03cbfcf9d7ecd555fb82f0e35b8077a815b]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1218732092 +0200
- Message:
macosx: Confirm that the crash report has been sent.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd2f6a02 |
r5dcb6f2 |
|
| 2126 | 2126 | - (void)connectionDidFinishLoading:(NSURLConnection *)connection |
|---|
| 2127 | 2127 | { |
|---|
| | 2128 | NSRunInformationalAlertPanel(_NS("Crash Log successfully sent"), |
|---|
| | 2129 | _NS("Thanks for your report!"), |
|---|
| | 2130 | _NS("OK"), nil, nil, nil); |
|---|
| 2128 | 2131 | [connection release]; |
|---|
| 2129 | 2132 | } |
|---|