Added = to instructions for setting PATH
[u/mdw/putty] / pageant.rc
index 13495da..e80cb54 100644 (file)
@@ -13,21 +13,21 @@ FONT 8, "MS Sans Serif"
 BEGIN
     CTEXT "Enter passphrase for key", 100, 10, 6, 120, 8
     CTEXT "", 101, 10, 16, 120, 8
-    EDITTEXT 102, 10, 26, 120, 12, ES_PASSWORD
+    EDITTEXT 102, 10, 26, 120, 12, ES_PASSWORD | ES_AUTOHSCROLL
     DEFPUSHBUTTON "O&K", IDOK, 20, 42, 40, 14
     PUSHBUTTON "&Cancel", IDCANCEL, 80, 42, 40, 14
 END
 
-211 DIALOG DISCARDABLE 0, 0, 300, 200
+211 DIALOG DISCARDABLE 0, 0, 330, 200
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
 CAPTION "Pageant Key List"
 FONT 8, "MS Sans Serif"
 BEGIN
-    LISTBOX 100, 10, 10, 280, 155,
+    LISTBOX 100, 10, 10, 310, 155,
         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
+    PUSHBUTTON "&Add Key", 101, 75, 162, 60, 14
+    PUSHBUTTON "&Remove Key", 102, 195, 162, 60, 14
+    DEFPUSHBUTTON "&Close", IDOK, 270, 182, 50, 14
 END
 
 /* Accelerators used: cl */
@@ -40,7 +40,7 @@ BEGIN
     PUSHBUTTON "View &Licence", 101, 6, 52, 70, 14
     CTEXT "Pageant", 102, 10, 6, 120, 8
     CTEXT "", 100, 10, 16, 120, 16
-    CTEXT "\251 1997-2000 Simon Tatham. All rights reserved.",
+    CTEXT "\251 1997-2001 Simon Tatham. All rights reserved.",
           103, 10, 34, 120, 16
 END
 
@@ -52,7 +52,7 @@ FONT 8, "MS Sans Serif"
 BEGIN
     DEFPUSHBUTTON "OK", IDOK, 98, 203, 44, 14
 
-    LTEXT "Copyright \251 1997-2000 Simon Tatham", 1000, 10, 10, 206, 8
+    LTEXT "Copyright \251 1997-2001 Simon Tatham", 1000, 10, 10, 206, 8
 
     LTEXT "Permission is hereby granted, free of charge, to any person", 1002, 10, 26, 206, 8
     LTEXT "obtaining a copy of this software and associated documentation", 1003, 10, 34, 206, 8