home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1996 July / Image.iso / mrmore / mrmore.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1996-04-11  |  636 b   |  10 lines

  1. on exitFrame
  2.   global goGBTools
  3.   set the text of cast "FontDeInstall" to goGBTools(mGetAllProfileStrings, "fontins", "mrmore.ini")
  4.   set the text of cast "FaxeDeInstall" to goGBTools(mGetAllProfileStrings, "faxeins", "mrmore.ini")
  5.   set the text of cast "DesiDeInstall" to goGBTools(mGetAllProfileStrings, "desiins", "mrmore.ini")
  6.   set the text of cast "SounDeInstall" to goGBTools(mGetAllProfileStrings, "sounins", "mrmore.ini")
  7.   set the text of cast "BackDeInstall" to goGBTools(mGetAllProfileStrings, "backins", "mrmore.ini")
  8.   set the text of cast "ClipDeInstall" to goGBTools(mGetAllProfileStrings, "clipins", "mrmore.ini")
  9. end
  10.