X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/9e55cd457afb2e58007e96f54c82194334ef2266..f21d1674c6cd193198907ae82738fe22983ba869:/pageant.rc diff --git a/pageant.rc b/pageant.rc index 70aeec31..217b110a 100644 --- a/pageant.rc +++ b/pageant.rc @@ -24,9 +24,10 @@ CAPTION "Pageant Key List" FONT 8, "MS Sans Serif" BEGIN LISTBOX 100, 10, 10, 310, 155, - LBS_HASSTRINGS | LBS_USETABSTOPS | WS_VSCROLL | WS_TABSTOP + LBS_EXTENDEDSEL | LBS_HASSTRINGS | LBS_USETABSTOPS | WS_VSCROLL | WS_TABSTOP PUSHBUTTON "&Add Key", 101, 75, 162, 60, 14 PUSHBUTTON "&Remove Key", 102, 195, 162, 60, 14 + PUSHBUTTON "&Help", 103, 10, 182, 50, 14 DEFPUSHBUTTON "&Close", IDOK, 270, 182, 50, 14 END