Commit 67327411 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix the update in wxwidgets.

parent 3d759900
...@@ -112,7 +112,7 @@ void UpdateVLC::OnCheckForUpdate( wxCommandEvent& event ) ...@@ -112,7 +112,7 @@ void UpdateVLC::OnCheckForUpdate( wxCommandEvent& event )
+ wxU(psz_tmp), + wxU(psz_tmp),
i_image );*/ i_image );*/
if( update_CompareReleaseToCurrent( p_update ) == UpdateReleaseStatusNewer ) if( update_NeedUpgrade( p_update ) )
main_sizer->Add( new wxStaticText( this, -1, wxU( p_update->release.psz_desc ) main_sizer->Add( new wxStaticText( this, -1, wxU( p_update->release.psz_desc )
+ wxU( "\nYou can download the latest version of VLC at the adress :\n" ) + wxU( "\nYou can download the latest version of VLC at the adress :\n" )
+ wxU( p_update->release.psz_url ) ) ); + wxU( p_update->release.psz_url ) ) );
......
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