Ignore:
Timestamp:
09/25/07 17:09:12 (17 years ago)
Author:
pinsard
Message:

typo

Location:
trunk/SRC/ToBeReviewed/WIDGET
Files:
4 edited

Legend:

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

    r262 r297  
    352352    6:boxzoom = boxextra 
    353353  ENDCASE 
    354 ; Writting of this one as a string 
     354; Writing of this one as a string 
    355355  box = '['+strtrim(boxzoom[0], 1) 
    356356  for i = 1, (n_elements(boxzoom)-1) < (3+2*(strpos(type, 'z') EQ -1)) do $ 
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.pro

    r262 r297  
    4949  widget_control, specifieid, set_value = exextra 
    5050; Change the variable -> Do we need to change the vertical axis 
    51 ; according to the tye of points (T or W)? 
     51; according to the type of points (T or W)? 
    5252  dthlv1id = widget_info(base, find_by_uname = 'dthlv1') 
    5353  widget_control, dthlv1id, get_uvalue = dthlv1_uval 
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/xcreateanim.pro

    r231 r297  
    9494  widget_control, base, /realize 
    9595; 
    96 ; Beginning of the gif file. Writting of an empty picture. 
     96; Beginning of the gif file. Writing of an empty picture. 
    9797  IF keyword_set(fakecal) THEN date = index1 ELSE date = jul2date(calendar[index1]) 
    9898  xxx2ps, /noerase, date1in = date, date2in = date 
     
    156156  wset, current_window 
    157157 
    158 ; If we are under x, we try to lauch xanim... 
     158; If we are under X, we try to launch xanim... 
    159159 
    160160  if thisOS NE 'MAC' AND thisOS NE 'WIN' then begin 
  • trunk/SRC/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.pro

    r254 r297  
    265265      boxzoom[5] = boxzoom[4]+1 
    266266   endif 
    267 ; Now, values and indexes are proprely defined. 
     267; Now, values and indexes are properly defined. 
    268268; So we can apply them 
    269269   widget_control, dthlv1id, set_value = {combobox_select:indice1} 
Note: See TracChangeset for help on using the changeset viewer.