]> git.sesse.net Git - vlc/commitdiff
* sorry, this part wasn't supposed to be committed yet
authorFelix Paul Kühne <fkuehne@videolan.org>
Tue, 16 May 2006 19:25:18 +0000 (19:25 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 16 May 2006 19:25:18 +0000 (19:25 +0000)
modules/gui/macosx/interaction.m

index 83676a8c55c17b118889b18ec7ab7b58d0213f29..d1d5c206f7def9487b81eb3b1eb0d609f78e1213 100644 (file)
     msg_Dbg( p_intf, "Description: %s", [o_description UTF8String] );
     if( p_dialog->i_id == DIALOG_ERRORS )
     {
-        //msg_Err( p_intf, "Error: %s", p_dialog->psz_description );
-        int myInt;
-        myInt = NSRunCriticalAlertPanel( _NS("Error"), o_description, _NS("OK"),
-            _NS("Report..."), nil );
-        if( myInt == NSCancelButton )
-        {
-            NSURL * o_url = [NSURL URLWithString:
-                @"http://www.videolan.org/support/bug-reporting.html"];
-            [[NSWorkspace sharedWorkspace] openURL: o_url];
-        }
+        msg_Err( p_intf, "Error: %s", p_dialog->psz_description );
     }
     else
     {