Ignore:
Timestamp:
May 29, 2008 9:14:56 AM (15 years ago)
Author:
srkline
Message:

correction to installer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/SANS/Analysis/Models/Packages/NCNR_Install.ipf

    r371 r372  
    455455        endif 
    456456         
    457         String helpStr = "Please kill the open Help Files by option-clicking (Macintosh) or alt-clicking (Windows) on the close box of each window. Once you have finished, please close this window and install the SANS Macros." 
     457        String helpStr = "Please kill the open Help Files by holding down the OPTION key (Macintosh) or ALT key (Windows) and then CLICKING on the close box of each help window." 
     458        helpStr += " Once you have finished, please close this window and install the SANS Macros." 
    458459        if(NumHelpFilesOpen != 0) 
    459                 NewNotebook/F=1/K=1/N=HelpNotebook /W=(5,44,547,200) as "Please close the open help files" 
     460                NewNotebook/F=1/K=1/N=HelpNotebook /W=(5,44,547,380) as "Please close the open help files" 
    460461                Notebook HelpNotebook,fsize=18,fstyle=1,showRuler=0,text=helpStr 
    461462                return(0) 
Note: See TracChangeset for help on using the changeset viewer.