From 2f3c7e24c022d4588856b8bae4d41482a7e9b41e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 18 Aug 2018 23:52:08 +0100 Subject: make the login dialog password control obscure input --- frontends/windows/res/resource.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/windows') diff --git a/frontends/windows/res/resource.rc b/frontends/windows/res/resource.rc index 746888cc8..8160bce33 100644 --- a/frontends/windows/res/resource.rc +++ b/frontends/windows/res/resource.rc @@ -215,7 +215,7 @@ FONT 8, "Ms Shell Dlg" LTEXT "User name:", 0, 7, 35, 40, 9, SS_LEFT, WS_EX_LEFT LTEXT "The site foo.bar requires authorization for a realm", IDC_LOGIN_DESCRIPTION, 49, 7, 224, 18, SS_LEFT, WS_EX_LEFT EDITTEXT IDC_LOGIN_USERNAME, 49, 32, 224, 14, ES_AUTOHSCROLL, WS_EX_LEFT - EDITTEXT IDC_LOGIN_PASSWORD, 49, 50, 224, 14, ES_AUTOHSCROLL, WS_EX_LEFT + EDITTEXT IDC_LOGIN_PASSWORD, 49, 50, 224, 14, ES_AUTOHSCROLL | ES_PASSWORD, WS_EX_LEFT DEFPUSHBUTTON "Log in", IDOK, 169, 71, 50, 14, 0, WS_EX_LEFT PUSHBUTTON "Cancel", IDCANCEL, 223, 71, 50, 14, 0, WS_EX_LEFT } -- cgit v1.2.3