Commit fe35c093 authored by Benjamin Pracht's avatar Benjamin Pracht

compile fix

parent b7563f09
......@@ -239,7 +239,7 @@ Interface::Interface( intf_thread_t *_p_intf, long style ):
extra_window = NULL;
/* Give our interface a nice little icon */
SetIcon( wxIcon( vlc_xpm ) );
SetIcon( wxIcon( vlc32x32_xpm ) );
/* Create a sizer for the main frame */
frame_sizer = new wxBoxSizer( wxVERTICAL );
......
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