From: Felix Paul Kühne Date: Tue, 16 May 2006 19:25:18 +0000 (+0000) Subject: * sorry, this part wasn't supposed to be committed yet X-Git-Tag: 0.9.0-test0~11220 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6f5d2c79e09ee1bd112aa53cc24718f430958b89;p=vlc * sorry, this part wasn't supposed to be committed yet --- diff --git a/modules/gui/macosx/interaction.m b/modules/gui/macosx/interaction.m index 83676a8c55..d1d5c206f7 100644 --- a/modules/gui/macosx/interaction.m +++ b/modules/gui/macosx/interaction.m @@ -154,16 +154,7 @@ 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 {