[vlc-devel] [PATCH] wxFileDialog in dialogs.cpp

Jim Russell vannus at gmail.com
Fri Mar 16 23:19:32 CET 2007


Hello folks... (first timer here...)

I couldnt get vlc to compile properly, until i changed line 379 in
dialogs.cpp

from:

        p_file_generic_dialog->SetStyle( (p_arg->b_save ? wxSAVE : wxOPEN) |

to

        p_file_generic_dialog->SetWindowStyle( (p_arg->b_save ? wxSAVE
: wxOPEN) |



Im on vlc-0.8.6a and wxWidgets-2.6.3 (i presume SetStyle() worked for
somebody!!)

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 :)

Jim.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20070316/dc754a09/attachment.html>


More information about the vlc-devel mailing list