X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/d4de2d2aba8680cc4f6db95d24377b22d9b644e8..1c2a93c4834e2cc84f29c997b16a28e2c9c4fb4d:/pageant.rc diff --git a/pageant.rc b/pageant.rc index d6390987..e17cbcb5 100644 --- a/pageant.rc +++ b/pageant.rc @@ -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