Changeset 230 for trunk/SRC/Utilities


Ignore:
Timestamp:
03/19/07 11:17:59 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

Location:
trunk/SRC/Utilities
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/createpro.pro

    r229 r230  
    8888; compile it 
    8989   resolve_routine, shortfilename 
     90help,ex,/structure 
     91print,' ex = ',ex 
    9092; execute it 
    9193   call_procedure, shortfilename, _extra = ex 
  • trunk/SRC/Utilities/report.pro

    r226 r230  
    3838; @returns 
    3939; -1 if the keyword QUESTION is not activated 
    40 ; If the keyword is activated, return 1 for yes and 0 for no. 
     40; If the keyword QUESTION is activated, return 1 for yes and 0 for no. 
    4141; 
    4242; @examples 
  • trunk/SRC/Utilities/xfile.pro

    r223 r230  
    6565; we open the file in a widget 
    6666   xdisplayfile, pfile[i-1], _extra = ex 
    67    ENDIF ELSE ras = report('file does not exist ...') 
     67   ENDIF ELSE ras = report(filename + ' does not exist ...') 
    6868; 
    6969; 
  • trunk/SRC/Utilities/xhelp.pro

    r224 r230  
    9898      ENDELSE 
    9999      FREE_LUN, unit         ;free the file unit. 
    100    ENDIF ELSE ras = report('file does not exist ...') 
     100   ENDIF ELSE ras = report(filename + ' does not exist ...') 
    101101 
    102102   return 
Note: See TracChangeset for help on using the changeset viewer.