home *** CD-ROM | disk | FTP | other *** search
/ PC Media 8 / pc-media-windows-95.iso / shared.dir / 00460_EXIT.ls < prev    next >
Encoding:
Text File  |  1995-08-31  |  180 b   |  12 lines

  1. on mouseDown
  2.   global gResellerVersion
  3.   hiliteButton()
  4.   if gResellerVersion = 1 then
  5.     hideChecks()
  6.     clearMenuButtons()
  7.     goRestart()
  8.   else
  9.     exitDialog()
  10.   end if
  11. end
  12.