home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 54 / ClassicFond54.iso / games / stars.rar / ted.vol / setundolim.cs < prev    next >
Text File  |  1999-02-19  |  154b  |  8 lines

  1. editBox "Undo Stack" "Enter a new value for the limit" Ted::undoLim
  2. if test $dlgResult != [cancel]
  3.   Ted::setUndoStackLimit $Ted::undoLim
  4. endif
  5.  
  6.  
  7.  
  8.