Commit 0115df1f authored by Christophe Mutricy's avatar Christophe Mutricy

Compile fix

parent 0981ec5b
...@@ -864,7 +864,7 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) ) ...@@ -864,7 +864,7 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) )
wxU(_(" (wxWidgets interface)\n\n")) + wxU(_(" (wxWidgets interface)\n\n")) +
wxU(_("(c) 1996-2005 - the VideoLAN Team\n\n")) + wxU(_("(c) 1996-2005 - the VideoLAN Team\n\n")) +
#ifdef __WXMSW__ #ifdef __WXMSW__
wxU( vlc_wraptext(INTF_ABOUT_MSG,WRAPCOUNT,ISUTF8) ) + wxT("\n\n") + wxU( vlc_wraptext(INTF_ABOUT_MSG,WRAPCOUNT,VLC_TRUE) ) + wxT("\n\n") +
#else #else
wxU( INTF_ABOUT_MSG ) + wxT("\n\n") + wxU( INTF_ABOUT_MSG ) + wxT("\n\n") +
#endif #endif
......
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