Implement OpenSSH-compatible RSA key fingerprints and use them throughout
[u/mdw/putty] / pageant.rc
index d639098..e17cbcb 100644 (file)
@@ -24,7 +24,7 @@ CAPTION "Pageant Key List"
 FONT 8, "MS Sans Serif"
 BEGIN
     LISTBOX 100, 10, 10, 280, 155,
-        LBS_HASSTRINGS | WS_VSCROLL | WS_TABSTOP
+        LBS_HASSTRINGS | LBS_USETABSTOPS | WS_VSCROLL | WS_TABSTOP
     PUSHBUTTON "&Add Key", 101, 60, 162, 60, 14
     PUSHBUTTON "&Remove Key", 102, 180, 162, 60, 14
     DEFPUSHBUTTON "&Close", IDOK, 240, 182, 50, 14