Commit 7e838176 authored by Antoine Cellerier's avatar Antoine Cellerier

forwardport [11292]

parent 177cbf89
...@@ -856,7 +856,7 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) ) ...@@ -856,7 +856,7 @@ void Interface::OnAbout( wxCommandEvent& WXUNUSED(event) )
msg.Printf( wxString(wxT("VLC media player " PACKAGE_VERSION)) + msg.Printf( wxString(wxT("VLC media player " PACKAGE_VERSION)) +
wxU(_(" (wxWindows interface)\n\n")) + wxU(_(" (wxWindows interface)\n\n")) +
wxU(_("(c) 1996-2005 - the VideoLAN Team\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" wxU(_("The VideoLAN team <videolan@videolan.org>\n"
"http://www.videolan.org/\n\n")) ); "http://www.videolan.org/\n\n")) );
......
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