vlc/vlc-3.0 | branch: master | Kuba Niewiarowski <ja...@niewiarowski.it> | Thu 
Apr 12 13:53:11 2018 +0200| [944a121e245e1185aa15e80d40ee9a1e800eb76b] | 
committer: Hugo Beauzée-Luyssen

VLSub: Use a password input field for passwords

Backported from
https://github.com/exebetche/vlsub/commit/b0bdb394cb5c530df2b014e90834ee57df071854

(cherry picked from commit e0ed0e330f450625935a86f36f1758e1ac211bd9)
Signed-off-by: Hugo Beauzée-Luyssen <h...@beauzee.fr>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=944a121e245e1185aa15e80d40ee9a1e800eb76b
---

 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 88fb5e042c..09742bbeb6 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -471,7 +471,7 @@ function interface_config()
     and openSub.option.os_username or "", 2, 7, 2, 1)
   dlg:add_label(
     lang["int_os_password"]..':', 1, 8, 0, 1)
-  input_table['os_password'] = dlg:add_text_input(
+  input_table['os_password'] = dlg:add_password(
     type(openSub.option.os_password) == "string"
     and openSub.option.os_password or "", 2, 8, 2, 1)
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to