]> git.sesse.net Git - vlc/commitdiff
forwardport [11292]
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 4 Jun 2005 21:00:16 +0000 (21:00 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 4 Jun 2005 21:00:16 +0000 (21:00 +0000)
modules/gui/wxwindows/interface.cpp

index 7f4854b16717359a7337aec16bf483762e857215..d7dfd5ee9e33361a384d23b50d83b94684d2aeec 100644 (file)
@@ -856,7 +856,7 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) )
     msg.Printf( wxString(wxT("VLC media player " PACKAGE_VERSION)) +
         wxU(_(" (wxWindows interface)\n\n")) +
         wxU(_("(c) 1996-2005 - the VideoLAN Team\n\n")) +
-        wxU( vlc_wraptext(INTF_ABOUT_MSG,WRAPCOUNT,ISUTF8) ) + wxT("\n\n") +
+        wxU( INTF_ABOUT_MSG ) + wxT("\n\n") +
         wxU(_("The VideoLAN team <videolan@videolan.org>\n"
               "http://www.videolan.org/\n\n")) );