mpr: Tweak a label so it matches the one in wininet.

Francois Gouget fgouget at free.fr
Wed May 16 08:02:31 CDT 2012


---
 dlls/mpr/mpr.rc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mpr/mpr.rc b/dlls/mpr/mpr.rc
index 1b9652b..1e5a6aa 100644
--- a/dlls/mpr/mpr.rc
+++ b/dlls/mpr/mpr.rc
@@ -41,7 +41,7 @@ FONT 8, "MS Shell Dlg"
  LTEXT "", IDC_REALM, 70, 46, 150, 14, 0
  EDITTEXT IDC_USERNAME, 70, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
  EDITTEXT IDC_PASSWORD, 70, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
- CHECKBOX "&Save this password (Insecure)", IDC_SAVEPASSWORD,
+ CHECKBOX "&Save this password (insecure)", IDC_SAVEPASSWORD,
            70, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
  DEFPUSHBUTTON "OK", IDOK, 114, 126, 50, 14, WS_GROUP | WS_TABSTOP
  PUSHBUTTON "Cancel", IDCANCEL, 170, 126, 50, 14, WS_GROUP | WS_TABSTOP
-- 
1.7.10



More information about the wine-patches mailing list