From: Kevin Wasserman Date: Thu, 28 Jun 2012 01:04:27 +0000 (-0400) Subject: Rename and move 'Clear Principal History' X-Git-Tag: kfw-4.0-final~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b5a5b620bda6d7db83fb3225eec4e60f0c2682f;p=thirdparty%2Fkrb5.git Rename and move 'Clear Principal History' Move it closer to the Principal edit box and rename to 'Clear History' Signed-off-by: Kevin Wasserman (cherry picked from commit baa28cb97e5129bfa4d8fed37f34d7a688c03f42) ticket: 7283 status: resolved --- diff --git a/src/windows/leashdll/lsh_pwd.rc b/src/windows/leashdll/lsh_pwd.rc index 704f140867..ef37c9b466 100644 --- a/src/windows/leashdll/lsh_pwd.rc +++ b/src/windows/leashdll/lsh_pwd.rc @@ -97,13 +97,13 @@ STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Authenticate to Kerberos" FONT 8, "Microsoft Sans Serif" BEGIN - EDITTEXT IDC_EDIT_PRINCIPAL,89,42,259,14,ES_AUTOHSCROLL + EDITTEXT IDC_EDIT_PRINCIPAL,89,42,199,14,ES_AUTOHSCROLL EDITTEXT IDC_EDIT_PASSWORD,89,58,259,14,ES_PASSWORD | ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,302,219,49,14 PUSHBUTTON "Cancel",IDCANCEL,249,219,49,14 PUSHBUTTON "Hide Advanced",IDC_BUTTON_OPTIONS,146,219,89,14 - PUSHBUTTON "Clear Principal History",IDC_BUTTON_CLEAR_HISTORY,13,203,120,14 + PUSHBUTTON "Clear History",IDC_BUTTON_CLEAR_HISTORY,288,42,60,14 CONTROL "Ticket Lifetime",IDC_SLIDER_LIFETIME,"msctls_trackbar32", TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,90,97,258,15 CONTROL "Forwardable and Proxiable (can be forwarded to other machines)",