Changeset 5dcb6f2ba39fc42c9548fc9a64cee1c1035a4122

Show
Ignore:
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
  • modules/gui/macosx/intf.m

    rd2f6a02 r5dcb6f2  
    21262126- (void)connectionDidFinishLoading:(NSURLConnection *)connection 
    21272127{ 
     2128    NSRunInformationalAlertPanel(_NS("Crash Log successfully sent"), 
     2129                _NS("Thanks for your report!"), 
     2130                _NS("OK"), nil, nil, nil); 
    21282131    [connection release]; 
    21292132}