Ignore:
Timestamp:
12/13/06 08:47:14 (18 years ago)
Author:
smasson
Message:

minor bugfixs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/checktypeminmax.pro

    r163 r199  
    173173          ENDIF ELSE BEGIN 
    174174            type = '' 
    175             WHILE type NE 'x' AND type NE 'y' AND type NE 'z' DO BEGIN 
    176               type = xquestion('Quel type de plot 1D voulez-vous faire? x,y,z ou t ?' $ 
     175            WHILE type NE 'x' AND type NE 'y' AND type NE 'z' AND type NE 't' DO BEGIN 
     176              type = xquestion('What kind of plot do you want to do? x,y,z ou t ?' $ 
    177177                               , /chkwidget) 
    178178              type = strlowcase(type) 
Note: See TracChangeset for help on using the changeset viewer.