[vlc-commits] VLSub: Signal extraction failure to the user

Hugo Beauzée-Luyssen git at videolan.org
Thu Apr 5 10:26:05 CEST 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Apr  3 16:54:01 2018 +0200| [8c3035d2d964da321370fda3efc7d40436b67d4f] | committer: Hugo Beauzée-Luyssen

VLSub: Signal extraction failure to the user

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c3035d2d964da321370fda3efc7d40436b67d4f
---

 share/lua/extensions/VLSub.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/lua/extensions/VLSub.lua b/share/lua/extensions/VLSub.lua
index 2a4a0e5949..4d1d292913 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -1747,7 +1747,7 @@ function download_subtitles()
   local subtitleMrl = find_subtitle_in_archive(tmpFileName, item.SubFormat)
 
   if not subtitleMrl then
-    vlc.msg.err( lang['mess_not_load'] )
+    setMessage( lang['mess_not_load'] )
     return false
   end
 



More information about the vlc-commits mailing list