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/EDIT4/ED4_cursor.cxx

    r6109 r6141  
    644644            ED4_ROOT->main_manager->update_info.set_resize(1); 
    645645            ED4_ROOT->main_manager->resize_requested_by_parent(); 
    646             /* it should create new AA Sequence terminals if the protien viewer is enabled */ 
     646            /* it should create new AA Sequence terminals if the protein viewer is enabled */ 
    647647        } 
    648648        delete string; 
     
    12601260    AW_pos termw_y_upper = termw_y - term_height; // upper border of terminal 
    12611261 
    1262     if (termw_y_upper > coords->top_area_height) { // dont scroll if terminal is in top area (always visible) 
     1262    if (termw_y_upper > coords->top_area_height) { // don't scroll if terminal is in top area (always visible) 
    12631263        if (termw_y_upper < coords->window_upper_clip_point) { 
    12641264#if defined(DEBUG) && 0