Ignore:
Timestamp:
03/28/07 14:17:24 (17 years ago)
Author:
pinsard
Message:

replace some print by some report in some .pro (continuation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/inserthistory.pro

    r231 r240  
    4242    index1 = where(globalcommand EQ line1) & index1 = index1[0]+1 
    4343    if index1  EQ -1 then begin 
    44        rien = report(line1+' n''est pas trouve ds globalcommand') 
     44       rien = report(line1+' not found in globalcommand') 
    4545       return 
    4646    endif 
    4747    index2 = where(globalcommand EQ line2) & index2 = index2[0] 
    4848    if index2  EQ -1 then begin 
    49        rien = report(line2+' n''est pas trouve ds globalcommand') 
     49       rien = report(line2+' not found in globalcommand') 
    5050       return 
    5151    ENDIF 
Note: See TracChangeset for help on using the changeset viewer.