]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/dialogs/updatevlc.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / wxwidgets / dialogs / updatevlc.cpp
index aca62991270d47b1314c2635278ab96384437987..fa2ad5307fa27926be66de7dd342e40f26fb3819 100644 (file)
@@ -167,7 +167,7 @@ void UpdateVLC::OnCheckForUpdate( wxCommandEvent& event )
             if( psz_tmp ) free( psz_tmp );
         }
 
-        main_sizer->Add( new wxStaticText( this, -1, wxU( _("\nAvailable " 
+        main_sizer->Add( new wxStaticText( this, -1, wxU( _("\nAvailable "
                 "updates and related downloads.\n"
                 "(Double click on a file to download it)\n" ) ) ) );
         main_sizer->Add( list );