Commit 6f5d2c79 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* sorry, this part wasn't supposed to be committed yet

parent 243e7bff
...@@ -154,16 +154,7 @@ ...@@ -154,16 +154,7 @@
msg_Dbg( p_intf, "Description: %s", [o_description UTF8String] ); msg_Dbg( p_intf, "Description: %s", [o_description UTF8String] );
if( p_dialog->i_id == DIALOG_ERRORS ) if( p_dialog->i_id == DIALOG_ERRORS )
{ {
//msg_Err( p_intf, "Error: %s", p_dialog->psz_description ); 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];
}
} }
else else
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment