Hello folks... (first timer here...)<br><br>I couldnt get vlc to compile properly, until i changed line 379 in dialogs.cpp<br><br>from:<br>


<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Kate, the KDE Advanced Text Editor">

<pre>        p_file_generic_dialog->SetStyle( (p_arg->b_save ? wxSAVE : wxOPEN) |</pre>to<br>


<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Kate, the KDE Advanced Text Editor">

<pre>        p_file_generic_dialog->SetWindowStyle( (p_arg->b_save ? wxSAVE : wxOPEN) |</pre><br><br>Im on vlc-0.8.6a and wxWidgets-2.6.3 (i presume SetStyle() worked for somebody!!)<br><br>somebody more practiced in open source stuff than me has probably already seen & fixed this, but i thought id make the first steps in participating :)
<br><br>Jim.<br>