vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Apr 14 22:48:38 2015 +0200| [d1a3db943a8c877b771731a31d7f7b4ad3e90f1a] | committer: Jean-Baptiste Kempf
Remove space before ... > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d1a3db943a8c877b771731a31d7f7b4ad3e90f1a --- src/misc/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc/update.c b/src/misc/update.c index e1257b7..9c8f979 100644 --- a/src/misc/update.c +++ b/src/misc/update.c @@ -593,7 +593,7 @@ static void* update_DownloadReal( void *obj ) p_update->release.psz_url, "0.0", psz_size, 0.0 ) == -1 ) goto end; - p_progress = dialog_ProgressCreate( p_udt, _( "Downloading ..."), + p_progress = dialog_ProgressCreate( p_udt, _( "Downloading..."), psz_status, _("Cancel") ); free( psz_status ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
