   filelist.sc (03 Apr 1995 15:18:52)
           \app23\lsci\sys\filelist.sc (21 Jan 1993 13:48:38)
===================
     360     360  |        ((= bCancel (systemButton new:))
     361     361  |            text:   "CANCEL",
+            362  |            helpStr:    "___Select to abort this operation.",
-    362          |            helpStr:    "___Leave the file list without selecting any files.",
     363     363  |            font:   bigFont,
     364     364  |            width:  bWidth,
===================
     379     379  |        ((= bOK (systemButton new:))
     380     380  |            text:   "OK",
+            381  |            helpStr:    "___Select to use this selection.",
-    381          |            helpStr:    "___This button makes INN use the selected file.",
     382     382  |            font:   bigFont,
     383     383  |            width:  bWidth,
===================
     422     422  |            helpStr:
     423     423  |                "___Select to change the search mask.
+            424  |                (I.e. '*.*' means find any name at all,
+            425  |                '*.img' would find all files ening with
+            426  |                '.img'.)",
-    424          |                (I.e. \"*.*\" means find any name at all,
-    425          |                \"*.img\" would find all files ending with
-    426          |                \".img\".)",
     427     427  |            width:  bWidth,
     428     428  |            height: 10,
===================
     442     442  |        ((= bDotDotBS (systemButton new:))
     443     443  |            text:   "..\\",
+            444  |            helpStr:    "___Select to go one directory towards the root (i.e. 'C:\').",
-    444          |            helpStr:    "___Select to go one directory towards the root (i.e. \"C:\").",
     445     445  |            font:   bigFont,
     446     446  |            width:  bWidth,
===================
