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/PROBE_DESIGN/SaiProbeVisualization.cxx

    r5990 r6141  
    168168    aw_root->awar_int(AWAR_SPV_DISP_SAI, 0, AW_ROOT_DEFAULT); // to display SAI values 
    169169 
    170     for (int i = 0; i < 10; i++){   // initialising 10 color definition string AWARS 
     170    for (int i = 0; i < 10; i++){   // initializing 10 color definition string AWARS 
    171171       AW_awar *def_awar = aw_root->awar_string(getAwarName(i),"", AW_ROOT_DEFAULT); 
    172172       def_awar->add_callback(colorDefChanged_callback, (AW_CL)i); 
     
    633633} 
    634634 
    635 static AW_window *create_colorTranslationTable_window(AW_root *aw_root){  // creates color tranlation table window 
     635static AW_window *create_colorTranslationTable_window(AW_root *aw_root){  // creates color translation table window 
    636636    //window to define color translations of selected SAI 
    637637    static AW_window_simple *aws = 0;