summaryrefslogtreecommitdiff
path: root/frontends/windows/res/resource.rc
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2018-08-18 23:52:08 +0100
committerVincent Sanders <vince@kyllikki.org>2018-08-18 23:52:08 +0100
commit2f3c7e24c022d4588856b8bae4d41482a7e9b41e (patch)
treec6a48f3e5ab22a14d2e2b683ed9df28ed0fedac4 /frontends/windows/res/resource.rc
parent5f1defd4a7700f8f39f8b30c25fada31c8bb1b71 (diff)
downloadnetsurf-2f3c7e24c022d4588856b8bae4d41482a7e9b41e.tar.gz
netsurf-2f3c7e24c022d4588856b8bae4d41482a7e9b41e.tar.bz2
make the login dialog password control obscure input
Diffstat (limited to 'frontends/windows/res/resource.rc')
-rw-r--r--frontends/windows/res/resource.rc2
1 files changed, 1 insertions, 1 deletions
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
}