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_root.cxx

    r6124 r6141  
    100100{ 
    101101    if (main_manager->update_info.delete_requested) { 
    102         main_manager->delete_requested_childs(); 
     102        main_manager->delete_requested_children(); 
    103103        redraw = 1; 
    104104    } 
     
    119119 
    120120    if (main_manager->update_info.delete_requested) { 
    121         main_manager->delete_requested_childs(); 
     121        main_manager->delete_requested_children(); 
    122122        redraw = 1; 
    123123    } 
     
    14141414    } 
    14151415 
    1416     if (ED4_window::no_of_windows == MAXWINDOWS)                            // no more then 5 windows allowed 
     1416    if (ED4_window::no_of_windows == MAXWINDOWS)                            // no more than 5 windows allowed 
    14171417    { 
    14181418        aw_message(GBS_global_string("Restricted to %i windows", MAXWINDOWS));