X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/5c58ad2d1527936b4d30891497eef48bde0fe1f3..3bdaf79d9fc23348ef36e681450dd0d3fef4cd66:/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