Show
Ignore:
Timestamp:
14/08/09 16:29:27 (3 years ago)
Author:
westram
Message:
  • spellchecked all (phew)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/AWT/awt_dtree.hxx

    r5968 r6141  
    3636 
    3737typedef enum { 
    38     AP_TREE_NORMAL, // normal tree display (dendogram) 
     38    AP_TREE_NORMAL, // normal tree display (dendrogram) 
    3939    AP_TREE_RADIAL, // radial tree display 
    4040    AP_TREE_IRS, // like AP_TREE_NORMAL, with folding line 
     
    9595    AW_clicked_text rot_ct; 
    9696 
    97     AW_device *disp_device; // device for  rekursiv Funktions 
     97    AW_device *disp_device; // device for recursive functions 
    9898 
    9999    AW_bitset line_filter,vert_line_filter, text_filter,mark_filter; 
    100100    AW_bitset ruler_filter, root_filter; 
    101     int       treemodus; 
     101    int       treemode; 
    102102    bool      nds_show_all; 
    103103