]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Fix 'renewable' checkbox text
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Fri, 15 Jun 2012 02:46:40 +0000 (22:46 -0400)
committerTom Yu <tlyu@mit.edu>
Mon, 27 Aug 2012 23:27:36 +0000 (19:27 -0400)
fix 'renwable' typo and pad size.

Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
(cherry picked from commit e0026eb4a5c7958d047440e12cc234b7c9a09865)

ticket: 7272
status: resolved

src/windows/leashdll/lsh_pwd.rc

index 7941ce2c0fd6d7814d77c8c08cb96f286efa4275..baa7a57d90edff1465382857d8ee1e3417b9dd16 100644 (file)
@@ -112,9 +112,9 @@ BEGIN
     CONTROL         "Proxiable (can be forwarded to other machines)",
                     IDC_CHECK_FORWARDABLE,"Button",BS_AUTOCHECKBOX |
                     WS_TABSTOP,89,135,203,10
-    CONTROL         "Renewable (can be renewed during the renwable lifetime)",
+    CONTROL         "Renewable (can be renewed during the renewable lifetime)",
                     IDC_CHECK_RENEWABLE,"Button",BS_AUTOCHECKBOX |
-                    WS_TABSTOP,89,147,186,10
+                    WS_TABSTOP,89,147,203,10
     CONTROL         "Slider2",IDC_SLIDER_RENEWLIFE,"msctls_trackbar32",
                     TBS_BOTH | TBS_NOTICKS | WS_TABSTOP,90,178,258,15
     RTEXT           "Principal:",IDC_STATIC_NAME,13,44,74,8