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/SECEDIT/SEC_paint.cxx

    r6127 r6141  
    103103    int get_linePropertyGC(int gc1, int gc2) { 
    104104        // of the GCs of two positions, it returns the GC which is 
    105         // defining the properties for the background painted inbetween the two positions 
     105        // defining the properties for the background painted in-between the two positions 
    106106        sec_assert(gc1 >= SEC_GC_FIRST_DATA && gc1 <= SEC_GC_LAST_DATA); 
    107107        sec_assert(gc2 >= SEC_GC_FIRST_DATA && gc2 <= SEC_GC_LAST_DATA); 
     
    237237            pos = *posDrawn; 
    238238        } 
    239         else { // absPos was not drawn -> use position inbetween 
     239        else { // absPos was not drawn -> use position in-between 
    240240            pos = mid12; 
    241241        } 
     
    10241024        device->set_line_attributes(SEC_GC_BONDS, displayParams.bond_thickness, AW_SOLID); 
    10251025 
    1026         // mark the rootLoop with a box and print stucture number 
     1026        // mark the rootLoop with a box and print structure number 
    10271027        { 
    10281028            const Position&  loop_center = rootLoop->get_center(); 
     
    10661066        // paint cursor: 
    10671067        if (!drawnPositions->empty() && 
    1068             (device->filter&(AW_PRINTER|AW_PRINTER_EXT)) == 0) // dont print/xfig-export cursor 
     1068            (device->filter&(AW_PRINTER|AW_PRINTER_EXT)) == 0) // don't print/xfig-export cursor 
    10691069        { 
    10701070            size_t   abs1, abs2;