]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - pageant.rc
Add a configurable option to make Return in Telnet send an ordinary
[PuTTY.git] / pageant.rc
index 70aeec31ea7da7333a10b4abf1491ca16d356851..217b110a88d48a86a18f5138279e08f08589e02c 100644 (file)
@@ -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