]> git.sesse.net Git - vlc/commitdiff
Compile fix
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 4 Aug 2005 17:18:13 +0000 (17:18 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 4 Aug 2005 17:18:13 +0000 (17:18 +0000)
modules/gui/wxwidgets/interface.cpp

index 351dcffcb10f400cd68050d8d5682c70428e4845..9a01ec2227c0bbe2c53e75e3a1fa74d5b0f67d59 100644 (file)
@@ -864,7 +864,7 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) )
         wxU(_(" (wxWidgets interface)\n\n")) +
         wxU(_("(c) 1996-2005 - the VideoLAN Team\n\n")) +
 #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
         wxU( INTF_ABOUT_MSG ) + wxT("\n\n") +
 #endif